-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NotificationFilterUrlUser.Create throws unexpected exception #132
Comments
Confirmed, experiencing the same issue. The notification filter however, is created. |
This is still an issue. responseobject is of type NotificationFilterUrl instead of Id. The SDK uses FIELD_ID contstant to unwrap the json and crashes there. |
Is this SDK still maintained by Bunq? It seems absurd to me that this issue (together with #131) just don't get fixed in four years time. Edit: from this comment on the PHP SDK project, I found out that we can use the |
@janssen-io it indeed seems that bunq has stopped maintaining this SDK although the bot keeps regenerating the code... |
👋 Hey @mbedeker 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 Your feedback will go straight to our product team! 🚀 |
Steps to reproduce:
When calling
NotificationFilterUrlUser.Create
there is a valid response, but because the method ends withProcessForId(responseRaw)
, an exception is thrown, mainly because there is no Id in the root of the response.What should happen:
not really sure.. it should at least not throw an exception
SDK version and environment
The text was updated successfully, but these errors were encountered: