Druffl3 / Dragon6-API

Rainbow Six Siege Stats API for .NET

Home Page:https://dragon6.dragonfruit.network

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dragon6 API

NuGet Publishing Codacy Badge NuGet Nuget GitHub DragonFruit Discord

Overview

Dragon6 is a free to use family of products specialising in Rainbow Six Siege Stats.

Looking to get started? Check out the Wiki!

What's in the canister?

Feature Example
Access Token Request d6Client.GetToken("username", "password");
Casual Stats d6Client.GetStats(accountInfo)
Ranked Stats d6Client.GetSeasonStats(accountInfo, "EMEA")
Operator Stats d6Client.GetOperatorStats(accountInfo, operatorData);
Weapon Stats d6Client.GetWeaponStats(accountInfo);
Account Search (by Name) d6Client.GetUser(Platforms.PC, LookupMethod.Name, "PaPa.Curry");
Account Search (by User Id) d6Client.GetUser(Platforms.PC, LookupMethod.UserId, "21d95808-d692-4bf3-b825-f5ad3396d079");
Account Search (by Platform Id) d6Client.GetUser(Platforms.PSN, LookupMethod.PlatformId, "7729747787525340203");

Usages of Dragon6.API

Contributing

Refer to CONTRIBUTING.md for more information

About

Rainbow Six Siege Stats API for .NET

https://dragon6.dragonfruit.network

License:Apache License 2.0


Languages

Language:C# 99.4%Language:PowerShell 0.6%