-
Notifications
You must be signed in to change notification settings - Fork 11
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
new feature request: add climb to circuit #24
Comments
Thanks for the request! Seems quite reasonable. I'll have to dig up the API for add to circuit, but doing the same with climbs and ticks was fairly straightforward. I'll try to package this in with a new release of some of the other work in progress items. |
How did you dig up the API for climbs and ticks? With some hints by you I might be able to do the same for the circuits. |
You can either use a proxy and inspect the HTTPS traffic, e.g. by running the app in an emulator on Android Studio and having some kind of MITM proxy setup on your computer and Android Studio, or you can look through the decompiled source code in the APK. I happen to have the decompiled code handy, but unfortunately the decompiler had some errors on the file related to saving climbs to circuits. My guess from looking at the smali file is that the endpoint is a |
Thanks for your help. I got mitm working. So if you need any other endpoints for the app, just let me know. ;-) It looks like the endpoint is: If you want to remove a circuit, send the same request with the circuit not in that list. |
Nice! Appreciate it. If you want to add that endpoint functionality (or any others) to boardlib, feel free! The goal would also be to provide a UI via Climbdex eventually. |
I would like to use this library to add a climb to one of my circuits on the kilterboard
The text was updated successfully, but these errors were encountered: