stravalib.client.Client.get_athlete¶
- Client.get_athlete(athlete_id=None)[source]¶
Gets the specified athlete; if athlete_id is None then retrieves a detail-level representation of currently authenticated athlete; otherwise summary-level representation returned of athlete.
https://developers.strava.com/docs/reference/#api-Athletes
https://developers.strava.com/docs/reference/#api-Athletes-getLoggedInAthlete
- Returns
The athlete model object.
- Return type