bunq / sdk_python

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

Feature request: async support (with aiohttp) #162

Open eavanvalkenburg opened 2 years ago

eavanvalkenburg commented 2 years ago

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 similar

What happens:

  1. No support

Traceback

SDK version and environment

Response id

Extra info:

Sadaf-A commented 1 month ago

Hey @eavanvalkenburg , Is this still up for contribution?