strava-ruby-client icon indicating copy to clipboard operation
strava-ruby-client copied to clipboard

Strava API v3 deprecates page and per_page params on ActivityComments

Open simonneutert opened this issue 1 year ago • 0 comments

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

simonneutert avatar Nov 01 '22 14:11 simonneutert