# Functions
NewAPIClient creates a new APIClient.
# Variables
ErrTooManyOptions is returned when too many options are passed to a function.
# Structs
APIClient is a wrapper around the generated Strava API client.
CreateUploadParams is an option for CreateUpload method.
ExploreSegmentsOpts is a set of optional parameters for ExploreSegments method.
GetActivityByIdOpts is an options type for GetActivityById.
GetClubActivitiesByIdOpts is an option for GetClubActivitiesById.
GetClubAdminsByIdOpts is an option for GetClubAdminsById.
GetClubMembersByIdOpts is an option for GetClubMembersById.
GetCommentsByActivityIdOpts is an options type for GetCommentsByActivityId.
GetEffortsBySegmentIdOpts is an options struct for GetEffortsBySegmentId method.
GetKudoersByActivityIdOpts is an options type for GetKudoersByActivityId.
GetLoggedInAthleteActivitiesOpts is an options type for GetLoggedInAthleteActivities.
GetLoggedInAthleteClubsOpts is an option for GetLoggedInAthleteClubs.
GetLoggedInAthleteStarredSegmentsOpts is a set of optional parameters for GetLoggedInAthleteStarredSegments method.
No description provided by the author
UpdateActivityByIdOpts is an options type for UpdateActivityById.
# Interfaces
ActivitiesAPI is an interface for interacting with activities endpoints of Strava API.
AthletesAPI is an interface for interacting with athletes endpoints of Strava API.
ClubsAPI is an interface for interacting with clubs endpoints of Strava API.
GearsAPI iis an interface for interacting with gears endpoints of Strava API.
RoutesAPI is an interface for interacting with routes endpoints of Strava API.
SegmentEffortsAPI is an interface for interacting with segment_efforts endpoints of Strava API.
SegmentsAPI is an interface for interacting with segments endpoints of Strava API.
StreamsAPI is an interface for interacting with streams endpoints of Strava API.
UploadsAPI is an interface for interacting with uploads endpoints of Strava API.