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
getgearbyid(api::GearsApi, id::String; mediaType=nothing) -> DetailedGear, OpenAPI.Clients.ApiResponse <br/> getgearbyid(api::GearsApi, responsestream::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]