BankID has release a `v5` version of their API, exposing a REST API returning JSON data. A new PyBankID RP client class, `BankIDJSONClient`, has been implemented to use this API in favour of the SOAP API of `v4`.
Features
- JSON based interface client added. Solves 12.
- Added PendingDeprecationWarning to BankIDClient.
- Updated documentation
- Testing only on 2.7, 3.5, 3.6 and pypy
Minor fixes
- Added legacy mode to BankIDClient test server as well.
- Updated tests
- Improved `certutils`.