dblock / strava-ruby-client

A complete Ruby client for the Strava API v3.
https://code.dblock.org/2018/11/27/writing-a-new-strava-api-ruby-client.html
MIT License
97 stars 22 forks source link

Strava API v3 deprecates page and per_page params on ActivityComments #65

Open simonneutert opened 1 year ago

simonneutert commented 1 year ago

https://developers.strava.com/docs/changelog/ added:

Oct 18, 2022

Deprecate page and per_page params on the activity comments endpoint. Please start using page_size and after_cursor instead to request paginated results. Responses provided using the new query params include an additive, backwards compatible change, populating the cursor field on each comment.

see Readme for this project: https://github.com/dblock/strava-ruby-client#list-activity-comments