Skip to content

Cenngo/R6Stats-Sharp

Repository files navigation

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.

var config = new R6StatsClientConfig("<api key>");
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. You can access the reference documentation from here.

About

C# API Client for R6Stats API

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages