bunq / sdk_python

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

Breaking changes since v1.13.0 #142

Closed angelomelonas closed 4 years ago

angelomelonas commented 4 years ago

Due to this refactor, there are some breaking changes to this SDK. The following is a list of imports that have to be updated by SDK users as of version 1.13.0:

ApiContext now has to be imported as follows:

And finally,ApiContext should now be initialised as follows (using the create metthod):

Many thanks to @MarcellaJP for creating the list of broken imports above here.