Skip to content

Latest commit

 

History

History
37 lines (22 loc) · 1 KB

GearsApi.md

File metadata and controls

37 lines (22 loc) · 1 KB

\GearsApi

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

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

GetGearById

DetailedGear GetGearById(ctx, id) Get Equipment

Returns an equipment using its identifier.

Required Parameters

Name Type Description Notes
ctx context.Context context for authentication, logging, cancellation, deadlines, tracing, etc.
id string The 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]