Skip to content
This repository has been archived by the owner on Apr 27, 2023. It is now read-only.

Releases: bartbroere/bunqclient

bunqclient 2017.7.18

18 Jul 09:02
Compare
Choose a tag to compare
bunqclient 2017.7.18 Pre-release
Pre-release

Untested support for Python 2.7

bunqclient 2017.7.17

17 Jul 14:45
Compare
Choose a tag to compare

New:

  • Groundwork for session persistence
  • Groundwork for unit tests
  • Separation of data and logic

bunqclient 2017.7.8

06 Jul 19:59
Compare
Choose a tag to compare

First properly working version

bunqclient 2017.7.7

05 Jul 21:17
Compare
Choose a tag to compare
bunqclient 2017.7.7 Pre-release
Pre-release

Previous version broke API methods with dashes, which has now been fixed

bunqclient 2017.7.6

05 Jul 19:31
Compare
Choose a tag to compare
bunqclient 2017.7.6 Pre-release
Pre-release
  • Documentation has been added
  • request function now works slightly differently
  • Parameter values of the request function can now be more data types
  • Repository has been added to PyPi

bunqclient 2017.7.5 (MVP)

05 Jul 15:38
Compare
Choose a tag to compare
Pre-release

This implementation of bunqclient contains the bare mimimum to make API requests. Besides the Python standard library, pycryptodome and requests are required packages.

Re-using RSA certificates is not currently implemented. This will result in the bunq app sending push notification every time the class is initialised, because a new certificate is generated for each session. This might be resolved in a future version.