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

A complete Ruby client for the Strava API v3.

Results 15 strava-ruby-client issues
Sort by recently updated
recently updated
newest added

gem is already in the repo, but needs to be required, too ```yaml # .rubocop.yml require: - rubocop-rspec ```

chore

Thank you for writing this gem! It's been great to work with, and saves so much time. I'm just writing a little training journal tool for myself to archive TrainingPeaks...

chore

https://developers.strava.com/docs/changelog/ added: > Oct 18, 2022 > > Deprecate page and per_page params on the [activity comments](https://developers.strava.com/docs/reference/#api-Activities-getCommentsByActivityId) endpoint. Please start using page_size and after_cursor instead to request paginated results. Responses...

bug?
chore

Removed in PR #77 Added back here. See [this discussion](https://communityhub.strava.com/t5/developer-discussions/download-all-photos-of-my-own-activities/m-p/11262) for details

All activity photos were removed in [PR #77](https://github.com/dblock/strava-ruby-client/pull/77/files) it says the strava api has no support for activity photos, but actually that's wrong. See [this discussion on the strava dev...