Open appsforartists opened 10 years ago
I added some small improvements, including a workaround to download more than 500 workouts, to this script, since i don't think the DEV is active on Github anymore and endomondo is closing it's doors by the end of 2020. Maybe this solves your problem. #10
http://api.mobile.endomondo.com/mobile/api/workout/list?authToken=XXXXXX&language=EN&maxResults=650 works OK, but going much higher than that results in an empty response, which causes
requests
to retry until in ultimately crashes withIt would be nice to know how pagination works in this API, so we could teach the app to request multiple 650-item-long pages.