Class StravaClientExtensions
- Namespace
- Tudormobile.Strava.Client
- Assembly
- Tudormobile.Strava.Client.dll
Provides extension methods for creating and configuring Strava client instances.
public static class StravaClientExtensions
- Inheritance
-
StravaClientExtensions
- Inherited Members
Methods
GetBuilder()
Creates a new builder for configuring and constructing an instance of the Strava client.
public static IStravaClientBuilder GetBuilder()
Returns
- IStravaClientBuilder
An IStravaClientBuilder that can be used to configure and build a Strava client instance.
Remarks
Use the returned builder to specify configuration options before creating a Strava client. This method is the recommended entry point for constructing a new client instance.