Strava v0.3.2 Strava.Activity
Activities are the base object for Strava runs, rides, swims etc.
More info: https://strava.github.io/api/v3/activities/
Summary
Functions
Parse the athlete, dates, photos and segment efforts in the activity
Retrieve details about a specific activity
Types
t()
t() :: %Strava.Activity{splits_standard: [map], resource_state: integer, calories: float, private: boolean, distance: float, max_heartrate: integer, start_date: NaiveDateTime.t | String.t, timezone: String.t, name: String.t, elev_low: float, gear_id: String.t, upload_id: integer, elev_high: float, average_heartrate: float, photos: Strava.Activity.Photo.Summary.t | nil, average_watts: float, has_heartrate: boolean, type: String.t, workout_type: integer, average_temp: float, map: map, athlete_count: integer, description: String.t, total_elevation_gain: float, moving_time: integer, has_kudoed: boolean, elapsed_time: integer, comment_count: integer, athlete: Strava.Athlete.Meta.t, kudos_count: integer, max_watts: integer, embed_token: String.t, device_name: String.t, photo_count: integer, max_speed: float, commute: boolean, kilojoules: float, device_watts: boolean, average_cadence: float, start_date_local: NaiveDateTime.t | String.t, end_latlng: [number], manual: boolean, suffer_score: integer, splits_metric: [map], best_efforts: [map], external_id: String.t, id: integer, segment_efforts: [Strava.SegmentEffort.t] | nil, weighted_average_watts: integer, average_speed: float, total_photo_count: integer, trainer: boolean, achievement_count: integer, gear: map, start_latlng: [number], flagged: boolean}
Functions
Parse the athlete, dates, photos and segment efforts in the activity
Retrieve details about a specific activity.
Example
Strava.Activity.retrieve(746805584)
More info: https://strava.github.io/api/v3/activities/#get-details