You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Seems to be a mismatch of cls._FIELD_ID in the BunqModelNotificationFilterUrlMonetaryAccount versus the id provided in the api response. Api response contains key: 'id', whilst the cls._FIELD_ID = 'Id' (capitalized).
The text was updated successfully, but these errors were encountered:
I work at bunq and am currently reviewing the bunq API docs, open issues and SDK’s and came across your issue. I know it’s been open for a while, and I’d love to understand how it’s impacting you. Beyond the obvious -fixing this issue-, what else could we do to improve your experience with our API?
If you want to share your thoughts on how we can improve on our public API:
📅 I'd love to schedule a 15 minute interview to understand your needs through: Calendly
💬 Or if you don't have time for a call, you can give us some general feedback through this form
Your feedback will go straight to our product team! 🚀
Steps to reproduce:
What should happen:
print the NotificationFilterModel
What happens:
Traceback
SDK version and environment
aenum==2.2.3
bunq-sdk==1.13.1
certifi==2019.11.28
cffi==1.14.0
chardet==3.0.4
cryptography==2.8
idna==2.9
pycparser==2.20
pycryptodomex==3.9.7
requests==2.23.0
simplejson==3.17.0
six==1.14.0
urllib3==1.25.8
Response id
Extra info:
Seems to be a mismatch of
cls._FIELD_ID
in theBunqModel
NotificationFilterUrlMonetaryAccount
versus the id provided in the api response. Api response contains key: 'id', whilst thecls._FIELD_ID
= 'Id' (capitalized).The text was updated successfully, but these errors were encountered: