-
Notifications
You must be signed in to change notification settings - Fork 24
Current master / develop branch don't compile #148
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Comments
To me it's somewhat unclear why it doesn't work, seems that generated objects have changed and actually break some things? With these changes, at least everything compiles, and all test pass Applied the changed related to `ShareInviteBankInquiry` and `ShareDraftInquiry`
👋 Hey @ZzAve 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! 🚀 |
Hi @two-trick-pony-NL , Thank you for taking the time to start looking into the Bunq SDKs. It's been quite some time since there has been any progress on any of them, and I feel that these have been neglected for quite some time. I've got some ideas on how to improve the maintainability of the SDKs, including reducing the amount of dependencies, without having to compromise on the quality of the SDK. The most important part of the sdk is the handshake with bunq, and enabling the use of the public facing api, with as little code as possible. I'd like to take you up on your offer to have a quick chat and scheduled a meeting for tomorrow! |
Hi Julius, I emailed you too! We're closing this issue as it's tied to an older version of our SDKs, and we've since completely revamped them as part of bunq Update 28. This is a fresh start—we've tested the new SDKs extensively, and we’ll be putting them to the test again during our upcoming hackathon this Friday, where we’ll fix idiosyncrasies on the spot. (You’re welcome to join us!) If this issue (or a new one) shows up with the updated SDKs, feel free to reopen or file a new report—we're happy to jump on it. |
Steps to reproduce:
./gradlew clean build
What should happen:
What happens:
Traceback
SDK version and environment
N/A
Response id
N/A
Extra info:
It seems that develop cannot be build for some time already. Earliest point I could find was
1.18.12.49
. There might be some issue with the generated code and a automated build pipeline that 'just' updates the generated files, and performs a release, without running a full build?The text was updated successfully, but these errors were encountered: