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
The "examples" submodule currently points to the commit 67f623f which was before the big refactoring, therefore the code is not usable when you install a recent version of the bunq sdk. Especially with this little amount of example code and the lack of proper documentation, at least link to the matching code version of the examples. This will make getting started with this library a bit less frustrating.
Best,
Felix
Steps to reproduce:
Open the 'bunq/sdk_python' repository
Click on the "examples" folder
Try to use any of the code you see
What should happen:
I should see a matching version of the example code
What happens:
I get old example code that is no longer compatible with the library
The text was updated successfully, but these errors were encountered:
I see this issue is open for more than a year, is there any updated docs/examples which do show the correct references to the SDK. I think it's the most useless example I have seen in a while as nothing works, class filenames have changed, so each reference to context.BunqContext is now context.bunq_context.BunqContext for example.
As far as I can tell they are once again far out of date, also, if I am looking at the correct stuff, there doesn't seem to be any newer commits in the tinker_python repo in any of the branches
The "examples" submodule currently points to the commit 67f623f which was before the big refactoring, therefore the code is not usable when you install a recent version of the bunq sdk. Especially with this little amount of example code and the lack of proper documentation, at least link to the matching code version of the examples. This will make getting started with this library a bit less frustrating.
Best,
Felix
Steps to reproduce:
What should happen:
What happens:
The text was updated successfully, but these errors were encountered: