BeatLeaderLib 1.0.6

dotnet add package BeatLeaderLib --version 1.0.6
NuGet\Install-Package BeatLeaderLib -Version 1.0.6
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="BeatLeaderLib" Version="1.0.6" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add BeatLeaderLib --version 1.0.6
#r "nuget: BeatLeaderLib, 1.0.6"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install BeatLeaderLib as a Cake Addin
#addin nuget:?package=BeatLeaderLib&version=1.0.6

// Install BeatLeaderLib as a Cake Tool
#tool nuget:?package=BeatLeaderLib&version=1.0.6

BeatLeaderLib is a wrapper around the BeatLeader API.

The BeatLeaderLib is easy to use and consists currently of the following categories of endpoints:

How to use?
Install the package from NuGet

Some examples of getting data:

var beatleaderClient= new BeatLeaderClient()

//Gives all players from the country NL
var player = beatleaderClient.GetPlayersAsync("76561198187936410");

//Gives a specific leaderboard
var leaderboard = beatleaderClient.GetLeaderboardsByHashAsync("4E19C93FF2D7E086536AEAB2F551C2E184160640");

NEW: BeatLeader Websocket play feed

var beatleaderClient = new BeatLeaderClient();
var websocket = beatLeaderClient.GetWebsocket();
Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp3.1 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.6 264 2/15/2023
1.0.5 272 12/26/2022
1.0.4 322 12/16/2022
1.0.3 317 12/16/2022
1.0.2 316 12/16/2022
1.0.1 317 12/16/2022
1.0.0 300 12/16/2022