An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# Skybrud.Social.Strava

[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/abjerner/Skybrud.Social.Strava/blob/v1/main/LICENSE.md)
[![NuGet](https://img.shields.io/nuget/vpre/Skybrud.Social.Strava.svg)](https://www.nuget.org/packages/Skybrud.Social.Strava)
[![NuGet](https://img.shields.io/nuget/dt/Skybrud.Social.Strava.svg)](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
```