bunq / sdk_python

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

Remove __get_user_object call immediately after UserContext creation (reduce rate-limit hits) #149

Closed angelomelonas closed 3 years ago

angelomelonas commented 3 years ago

Steps to reproduce:

  1. Initialize BunqContext

What should happen:

  1. Everything works as expected.

What happens:

  1. Some users with multiple clients run into rate-limit issues.

SDK version and environment