Strava v0.0.1 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

Functions

list_members(id, pagination)
retrieve(id)

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

stream_members(id)