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: 22 days 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 (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T09:36:54.000Z (over 3 years ago)
- Last Synced: 2025-01-25T09:11:50.854Z (over 1 year 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#
[](https://ci.appveyor.com/project/Lachee/r6stats-csharp/branch/nuget) [](https://www.nuget.org/packages/R6Stats/) [](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 | [](https://ci.appveyor.com/project/Lachee/r6stats-csharp/branch/master)|
| Nuget | [](https://ci.appveyor.com/project/Lachee/r6stats-csharp/branch/nuget)|