Closed rubenvitt closed 1 year ago
sorry, had some problems with my Git-setup 😂
Hmm, looks to me like there's no guarantee that the 4th call will be to the notifcation filter.
Might be better to modify the call() function in lib/bunq.py to make sure the 3rd last call was 3 seconds old. What do you think about that?
Your comment makes totally sense. I think the different rate limits should be implemented. What do you think about it?
GET 3/3 seconds
POST 5/3 seconds
PUT 2/3 seconds
Sure, that's even better! There are already separate functions for GET, POST and PUT at the end of lib/bunq.py
I'm implementing Python not very often, hopefully this one is good enough.
Looks good, merged in! Thanks
ref: #44