Open ketch opened 9 years ago
Hi David, I think most endpoints in the MapMyFitness API are capped at 40 items per page - https://developer.underarmour.com/docs/v70_Paging
I see; thanks. Maybe it's worth throwing a warning/exception if it's set to more than 40 (I spent a few minutes trying to figure out what was going on).
Running
works fine, giving multiple pages with 40 workouts each. But passing
gives back just one page of 40 workouts, even though
workouts.count
is greater than 40.By the way, thanks for creating this package!