Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/lachee/r6stats-csharp
- Owner: Lachee
- License: gpl-3.0
- Created: 2020-01-30T07:54:52.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T09:36:54.000Z (about 2 years ago)
- Last Synced: 2024-11-05T08:05:23.991Z (2 months ago)
- Topics: api, api-client, rainbow-six-siege, statistics, web
- Language: C#
- Size: 43.9 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
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)|