Strava v0.2.0 Strava.Club
Clubs represent groups of athletes on Strava.
More info: https://strava.github.io/api/v3/clubs/
Summary
Functions
Retrieve details about a specific club. The club must be public or the current athlete must be a member
Types
t()
t :: %Strava.Club{admin: boolean, city: String.t, club_type: String.t, country: String.t, cover_photo: String.t, cover_photo_small: String.t, description: String.t, featured: boolean, following_count: integer, id: integer, member_count: integer, membership: String.t, name: String.t, owner: boolean, private: boolean, profile: String.t, profile_medium: String.t, resource_state: integer, sport_type: String.t, state: String.t, url: String.t, verified: boolean}
Functions
list_members(id, pagination)
list_members(integer, Strava.Pagination.t) :: [Strava.Athlete.Summary.t]
Retrieve details about a specific club. The club must be public or the current athlete must be a member.
Example
Strava.Club.retrieve(1)
More info at: https://strava.github.io/api/v3/clubs/#get-details