Interface IGearsApi
- Namespace
- Tudormobile.Strava.Api
- Assembly
- Tudormobile.Strava.dll
Strava V3 Gears API Interface.
public interface IGearsApi : IStravaApi
- Inherited Members
Methods
GetEquipmentAsync(string, CancellationToken)
Retrieves detailed information about a specific gear by its identifier.
Task<ApiResult<DetailedGear>> GetEquipmentAsync(string id, CancellationToken cancellationToken = default)
Parameters
idstringThe identifier of the gear.
cancellationTokenCancellationTokenA token to cancel the operation.
Returns
- Task<ApiResult<DetailedGear>>
An ApiResult<T> containing the detailed gear information.