Skip to content

Latest commit

 

History

History
37 lines (22 loc) · 1.02 KB

GearsApi.md

File metadata and controls

37 lines (22 loc) · 1.02 KB

\GearsApi

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

Method HTTP request Description
get_gear_by_id Get /gear/{id} Get Equipment

get_gear_by_id

::models::DetailedGear get_gear_by_id(ctx, id) Get Equipment

Returns an equipment using its identifier.

Required Parameters

Name Type Description Notes
ctx context.Context context containing the authentication nil if no authentication
id String The identifier of the gear.

Return type

::models::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]