2019-06-21 14:44:40 -04:00
2019-06-21 14:18:48 -04:00
2019-06-21 14:13:24 -04:00
2019-06-21 14:44:40 -04:00

OpenXBL.NET

An asynchronous wrapper library for the https://xbl.io API written in C# for .NET Framework 4.7.1+.

Assembly: Kalakoi.Xbox.OpenXBL.dll

Namespace: Kalakoi.Xbox.OpenXBL

Please check src/XboxConnection.cs for outward facing methods.

It is required to obtain an API key from https://xbl.io before running the provided methods. After obtaining your API key you can use it by running the XboxConnection.SetApiKey(key) method inside your program before running the other methods.

S
Description
.NET wrapper written in C# for the REST API provided by the team at https://xbl.io
Readme MIT 46 KiB
Languages
C# 100%