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

Add Photos Back To Activities #82

Closed dillon-co closed 2 weeks ago

dillon-co commented 3 months ago

All activity photos were removed in PR #77

it says the strava api has no support for activity photos, but actually that's wrong. See this discussion on the strava dev forms

You just need to add a size param to the route that's bigger than any photos you want it to return .

simonneutert commented 2 weeks ago

https://github.com/dblock/strava-ruby-client/pull/84 I was able to finish your PR @dillon-co - thank you very much 🥳