All URIs are relative to https://www.strava.com/api/v3
Method | HTTP request | Description |
---|---|---|
get_gear_by_id | Get /gear/{id} | Get Equipment |
::models::DetailedGear get_gear_by_id(ctx, id) Get Equipment
Returns an equipment using its identifier.
Name | Type | Description | Notes |
---|---|---|---|
ctx | context.Context | context containing the authentication | nil if no authentication |
id | String | The identifier of the gear. |
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]