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 `Athlete#ftp` property #34

Closed virae closed 4 years ago

virae commented 4 years ago

Add ftp property to the Athlete Strava model

dblock commented 4 years ago

LGTM, thanks

Ideally you should try and re-record a VCR that returns this property, but whatever.

There were many other changes in the Strava API. Would appreciate the rest of the fixes to the models, see #31