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

The "examples" submodule currently points to the commit 67f623f which was before the big refactoring, therefore the code is not usable when you install a recent version of the bunq...

## Steps to reproduce: 1. Use this in a async context ## What should happen: 1. add async version of all calls to the API, so `await Payment.async_list` or something...

Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.25.10 to 1.26.5. Release notes Sourced from urllib3's releases. 1.26.5 :warning: IMPORTANT: urllib3 v2.0 will drop support for Python 2: Read more in the v2.0 Roadmap Fixed...

dependencies

## Steps to reproduce: 1. Create a Bunq Context load it and then try to register a callback. (only showing the callback part here) ```python filters = [NotificationFilterUrl('REQUEST', url), NotificationFilterUrl('DRAFT_PAYMENT',...

This PR closes/fixes the following issues: NotificationFilterUrl creation / listing on NotificationFilterUrlUser and NotificationFilterUrlMonetaryAccount. The endpoint and model differ for NotificationFilterUrl since there are two endpoints for this model. NotificationFilterUrlUser...

@classmethod BunqModel._from_json_list assumes that the endpoint name is the same as the model name. This does not work for the abstract type NotificationFilterUrl which can be loaded from multiple endpoints...

## Steps to reproduce: 1. Install the latest bunq_sdlk version 2. Load/Create an API context 3. Call any endpoint ## What should happen: 1. No errors or warnings when using...

## Steps to reproduce: 1. Make a PR ## What should happen: 1. There should be a test CI ## What happens: 1. There is no such thing. reference bunq/sdk_php#126

enhancement

## Steps to reproduce: 1. Trigger a 429 response ## What should happen: 1. You the SDK retries after a few seconds ## What happens: 1. The user has to...

enhancement

## Steps to reproduce: 1. Response verification should be tested, ## What should happen: 1. Response verification is not tested. ## What happens: 1. Response verification is tested. ## Logs...

enhancement