-
-
Notifications
You must be signed in to change notification settings - Fork 16
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
Missing data elements #6
Comments
What kind of activities have the "repetition" attribute? Can you give me an example? I will look into it. |
if the type is 'pushups' there is no way to get the count. When I looked at their website the count is displayed under 'repetition' This is what is returned:
|
Thanks for the details. I will look into it as soon as i can. If its on their website, is must be available somewhere in the response from their hidden api. I will let you know if i can figure it out. |
I started looking into the backend of the iOS Runtastic App. So far, i don't see how we can get the "repitition" data from there either. To me, this looks like a very rushed approach of storing the data of the dedicated apps on the web page. To receive the data you want, we have to either do more DOM-parsing (which i hate) or access the backend of each of those dedicated apps. If anyone is interested in how the backend-part of the iOS App works: I added everything i know so far to the Wiki of this repository: https://github.com/timoschlueter/php-runtastic/wiki |
Hello, Something similar in question:
Giorgos |
I am looking to retrieve the 'repetition' value, but I cannot find it in any of the returned data. Is there any way to include it, or is that on /their/ end?
The text was updated successfully, but these errors were encountered: