sdk_python icon indicating copy to clipboard operation
sdk_python copied to clipboard

Python SDK for bunq API

Results 23 sdk_python issues
Sort by recently updated
recently updated
newest added

Your functionality on de- & serialising (especially **nested**) JSON data to Python classes is pretty neat and actually high in demand in the Python community at the moment. Until now,...

enhancement

Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.25.10 to 1.26.18. Release notes Sourced from urllib3's releases. 1.26.18 Made body stripped from HTTP requests changing the request method to GET after HTTP 303 "See Other"...

dependencies

## Steps to reproduce: Install the `bunq_sdk` using `micropip` in Pyodide for example: ```python import micropip await micropip.install('bunq_sdk') ``` or if you want only binary releases, you could reproduce this...