Skybrud.Social.Strava is a .NET wrapper and API implementation for the Strava API.
The package helps handling some of the underlying authentication as well as communicating with the API in a strongly typed way.
License: | MIT License |
Target Framework: | .NET Standard 2.0 |
The package is only available via NuGet. To install the package, you can either use the .NET CLI:
dotnet add package Skybrud.Social.Strava --version 1.0.0-beta001
or the NuGet Package Manager:
Install-Package Skybrud.Social.Strava -Version 1.0.0-beta001