GearsApi

All URIs are relative to https://www.strava.com/api/v3

MethodHTTP requestDescription
getgearby_idGET /gear/{id}Get Equipment

getgearby_id

getgearbyid(api::GearsApi, id::String; mediaType=nothing) -> DetailedGear, OpenAPI.Clients.ApiResponse <br/> getgearbyid(api::GearsApi, responsestream::Channel, id::String; _mediaType=nothing) -> Channel{ DetailedGear }, OpenAPI.Clients.ApiResponse

Get Equipment

Returns an equipment using its identifier.

Required Parameters

NameTypeDescriptionNotes
_apiGearsApiAPI context
idStringThe identifier of the gear.

Return type

DetailedGear

Authorization

strava_oauth

HTTP request headers

  • Content-Type: Not defined
  • Accept: application/json

[Back to top] [Back to API list] [Back to Model list] [Back to README]