Strava v0.0.1 Strava.SegmentEffort

A segment effort represents an athlete’s attempt at a segment. It can also be thought of as a portion of a ride that covers a segment.

More info: https://strava.github.io/api/v3/efforts/

Summary

Functions

A segment effort represents an athlete’s attempt at a segment. It can also be thought of as a portion of a ride that covers a segment

Functions

retrieve(id)

Specs

retrieve(number) :: %Strava.SegmentEffort{activity: term, athlete: term, average_cadence: term, average_heartrate: term, average_watts: term, device_watts: term, distance: term, elapsed_time: term, end_index: term, hidden: term, id: term, kom_rank: term, max_heartrate: term, moving_time: term, name: term, pr_rank: term, resource_state: term, segment: term, start_date: term, start_date_local: term, start_index: term}

A segment effort represents an athlete’s attempt at a segment. It can also be thought of as a portion of a ride that covers a segment.

Example

Strava.SegmentEffort.retrieve(269990681)

More info at: https://strava.github.io/api/v3/efforts/#retrieve