GearsApi

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

MethodHTTP requestDescription
getgearby_idGET /gear/{id}Get Equipment

getgearby_id

get_gear_by_id(api::GearsApi, id::String; _mediaType=nothing) -> DetailedGear, OpenAPI.Clients.ApiResponse <br/> `getgearbyid(_api::GearsApi, response_stream::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]