stravalib.client.Client.get_activity_comments#
- Client.get_activity_comments(activity_id: int, markdown: bool = False, limit: int | None = None) BatchedResultsIterator[Comment][source]#
Gets the comments for an activity.
https://developers.strava.com/docs/reference/#api-Activities-getCommentsByActivityId
- Parameters:
- Returns:
class – An iterator of
stravalib.strava_model.Commentobjects.- Return type:
BatchedResultsIterator