bunq / sdk_python

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

feature/sdk_python#151 Deprecated SandboxUser and replaced it with SandboxUserPerson/Company #152

Closed angelomelonas closed 3 years ago

angelomelonas commented 3 years ago

//: # (Thanks for opening this pull request! Before you proceed please make sure that you have an issue that explains what this pull request will do. Make sure that all your commits link to this issue e.g. "My commit. (bunq/sdk_python#)". If this pull request is changing files that are located in "bunq/sdk/model/generated" then this pull request will be closed as these files must/can only be changed on bunq's side.)

This PR closes/fixes the following issues:

angelomelonas commented 3 years ago

This fix also includes some general code clean up.

Note that minimum Python version has also been set to 3.7 in Setup.py.