Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/cenngo/r6stats-sharp
- Owner: Cenngo
- License: mit
- Created: 2021-01-27T15:13:38.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-04-21T14:26:23.000Z (over 3 years ago)
- Last Synced: 2024-12-01T13:12:30.629Z (about 1 month ago)
- Topics: r6stats-api
- Language: C#
- Homepage:
- Size: 643 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# R6Stats-Sharp
An C# API Client for R6Stats API---
## 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).