bjornsallarp / Mitt-Saldo-Library

This library contains all the code needed to interact with banks/cards. This library is the library powering Mitt Saldo iPhone/iPad app.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mitt Saldo Library

iOS library for accessing swedish banks, loyalty- and creditcards. Think of it as a specialized screen scraping library. This is the library that power Mitt Saldo. By making the interesting bits available as a separate library it will be easier for you to use in your application.

Supported banks

  • Handelsbanken
  • ICABanken
  • Ikano bank
  • Länsförsäkringar bank
  • Nordea
  • Svenska Enskilda Banken (SEB)
  • Swedbank

Supported cards

  • Coop
  • ICA kortet
  • Rikskortet
  • Skånetrafiken (Jojo-kort)
  • Västtrafiken

Code details

MSL (Mitt Saldo Library) use parts of AFNetworking, but not a whole lot. The reason is that in order to support multiple simultanious authenticated requests to the same website cookies need to be handled separate. The cookie implementation used right now is by no means a fully compliant cookie storeage but it does the job needed.

Each service (i.e. bank or card) must have a service description class. The description class describe the service (duh) and provides access to service proxy which does the actual endpoint interaction. A service description class must implement MSLServiceDescriptionProtocol. That way services are discoverable by looking for classes that implement this protocol.

Dependencies

Installation / getting started

git clone git@github.com:bjornsallarp/Mitt-Saldo-Library.git
cd Mitt-Saldo-Library
git submodule init
git submodule update

Contribute

Want to contribute some code? Awesome! Currently there's quite a lot of services that lack unit tests but my goal is to catch up on that. If you want to contribute with a service, please make sure you write unit tests as well. I will not accept new services without appropriate tests.

About

This library contains all the code needed to interact with banks/cards. This library is the library powering Mitt Saldo iPhone/iPad app.


Languages

Language:Objective-C 100.0%