GearsApi
All URIs are relative to https://www.strava.com/api/v3
| Method | HTTP request | Description |
|---|---|---|
| getgearby_id | GET /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
| Name | Type | Description | Notes |
|---|---|---|---|
| _api | GearsApi | API context | |
id | String | The identifier of the gear. |
Return type
Authorization
HTTP request headers
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]