Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/cenngo/r6stats-sharp

C# API Client for R6Stats API
https://github.com/cenngo/r6stats-sharp

r6stats-api

Last synced: about 1 month ago
JSON representation

C# API Client for R6Stats API

Awesome Lists containing this project

README

        

# R6Stats-Sharp
An C# API Client for R6Stats API


AppVeyor


Nuget


Nuget

---
## Getting Started
To use this library you will need an API Key. You can learn more about it [here.](https://github.com/R6Stats/r6stats-node#api-key)
```csharp
var config = new R6StatsClientConfig("");
var client = new R6StatsClient(config);
```
which, then can be used to make the API Requests. Every API Request returns an `ApiResponse` object which contains the status of the response and the error message, if there is any, and the data payload that is the result of the said request.

To learn more about the library you can check out the [wiki](https://github.com/Cenngo/R6Stats-Sharp/wiki).
You can access the reference documentation from [here](https://cenngo.github.io/R6Stats-Sharp/api/R6Stats.html).