Skip to content

byBlurr/dragon6-api

 
 

Repository files navigation

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.GetUbiToken("username", "password");
Casual Stats d6Client.GetStats(accountInfo)
Ranked Stats d6Client.GetSeasonStats(accountInfo)
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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 99.4%
  • PowerShell 0.6%