https://github.com/abjerner/skybrud.social.strava
Authentication and service implementation for the Strava API.
https://github.com/abjerner/skybrud.social.strava
Last synced: 9 months ago
JSON representation
Authentication and service implementation for the Strava API.
- Host: GitHub
- URL: https://github.com/abjerner/skybrud.social.strava
- Owner: abjerner
- License: mit
- Created: 2021-10-16T13:07:52.000Z (over 4 years ago)
- Default Branch: v1/main
- Last Pushed: 2024-05-09T15:29:03.000Z (about 2 years ago)
- Last Synced: 2025-08-01T00:58:51.683Z (11 months ago)
- Language: C#
- Size: 122 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Skybrud.Social.Strava
[](https://github.com/abjerner/Skybrud.Social.Strava/blob/v1/main/LICENSE.md)
[](https://www.nuget.org/packages/Skybrud.Social.Strava)
[](https://www.nuget.org/packages/Skybrud.Social.Strava)
**Skybrud.Social.Strava** is a .NET wrapper and API implementation for the [**Strava API**](https://developers.strava.com/docs/reference/).
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
## Installation
The package is only available via [**NuGet**](https://www.nuget.org/packages/Skybrud.Social.Strava). To install the package, you can either use the .NET CLI:
```
dotnet add package Skybrud.Social.Strava --version 1.0.0-beta002
```
or the NuGet Package Manager:
```
Install-Package Skybrud.Social.Strava -Version 1.0.0-beta002
```