Strava v0.4.1 Strava.Athlete.Stats View Source
Returns recent (last 4 weeks), year to date and all time stats for a given athlete. Only available for the authenticated athlete. This is the recommended endpoint when polling for athlete upload events.
More info: http://strava.github.io/api/v3/athlete/#stats
Link to this section Summary
Link to this section Types
Link to this type
t()
View Source
t() :: %Strava.Athlete.Stats{all_ride_totals: Strava.Athlete.Stats.Totals.t(), all_run_totals: Strava.Athlete.Stats.Totals.t(), all_swim_totals: Strava.Athlete.Stats.Totals.t(), biggest_climb_elevation_gain: float(), biggest_ride_distance: float(), recent_ride_totals: Strava.Athlete.Stats.RecentTotals.t(), recent_run_totals: Strava.Athlete.Stats.RecentTotals.t(), recent_swim_totals: Strava.Athlete.Stats.RecentTotals.t(), ytd_ride_totals: Strava.Athlete.Stats.Totals.t(), ytd_run_totals: Strava.Athlete.Stats.Totals.t(), ytd_swim_totals: Strava.Athlete.Stats.Totals.t()}
Link to this section Functions
Link to this function
parse(stats)
View Source
parse(Strava.Athlete.Stats.t()) :: Strava.Athlete.Stats.t()