Skip to content

Latest commit

 

History

History
39 lines (21 loc) · 979 Bytes

GearsApi.md

File metadata and controls

39 lines (21 loc) · 979 Bytes

\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

crate::models::DetailedGear get_gear_by_id(id) Get Equipment

Returns an equipment using its identifier.

Parameters

Name Type Description Required Notes
id String The identifier of the gear. [required]

Return type

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