stravalib.client.Client.get_club#
- Client.get_club(club_id: int) DetailedClub[source]#
Return a specific club object.
https://developers.strava.com/docs/reference/#api-Clubs-getClubById
- Parameters:
club_id (int) – The ID of the club to fetch.
- Returns:
class
- Return type:
model.DetailedClub object containing the club data.
Notes
https://developers.strava.com/docs/reference/#api-Clubs-getClubById