bunq / sdk_python

Python SDK for bunq API
MIT License
106 stars 25 forks source link

Break the SDK's dependence on the bunq.conf file #11

Closed PJUllrich closed 7 years ago

PJUllrich commented 7 years ago

It would be nice to have the option to save the API parameters to e.g. a database instead of to the bunq.conf file. For now, one can download the code and rewrite the saving function, or mock the saving function, either possibility is not very desirable.

OGKevin commented 7 years ago

Hey @PJUllrich,

This has been requested and is on our "wishlist" 😬, however I don't have an ETA at the moment but will keep you posted 👍.

OGKevin commented 7 years ago

This has been fixed in #13