Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/lachee/r6stats-csharp

.NET Core library for R6Stats
https://github.com/lachee/r6stats-csharp

api api-client rainbow-six-siege statistics web

Last synced: about 1 month ago
JSON representation

.NET Core library for R6Stats

Awesome Lists containing this project

README

        

# R6Stats C#
[![Build status](https://ci.appveyor.com/api/projects/status/3lac8dlphqsd3rvm/branch/nuget?svg=true)](https://ci.appveyor.com/project/Lachee/r6stats-csharp/branch/nuget) [![Nuget](https://img.shields.io/nuget/v/R6Stats.svg)](https://www.nuget.org/packages/R6Stats/) [![Discord](https://img.shields.io/discord/293848587391991836?color=%237289DA&label=chat)](https://discord.gg/cJFbCSm)

.NET Core library for [R6Stats](https://r6stats.com/). This library enables you to fetch statistics ranging from player KD to distance traveled from the R6Stats. Perform anayltics and other useful metrics on your own performance.

**API Key**

In order to use this library, you are required to have a R6Stats API key. Please request a key from R6Stats directly via email or on their Discord.

## Requirements
* .NET Core 2.0
* Newtonsoft.JSON

## API Key
You are required to have an API key before using this library. To request an API key, please contact R6Stats directly, either via their email or discord.

## Ratelimits
The API is ratelimited. The default ratelimit is 60 requests / minute. If you require this to be increased, you will have to contact R6Stats directly.

## Build Status

| Branch | Status |
|--------|--------|
| Master | [![Build status](https://ci.appveyor.com/api/projects/status/3lac8dlphqsd3rvm/branch/master?svg=true)](https://ci.appveyor.com/project/Lachee/r6stats-csharp/branch/master)|
| Nuget | [![Build status](https://ci.appveyor.com/api/projects/status/3lac8dlphqsd3rvm/branch/nuget?svg=true)](https://ci.appveyor.com/project/Lachee/r6stats-csharp/branch/nuget)|