Table of Contents

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

id string

The identifier of the gear.

cancellationToken CancellationToken

A token to cancel the operation.

Returns

Task<ApiResult<DetailedGear>>

An ApiResult<T> containing the detailed gear information.