dependabot[bot] eac839e5e8 Bump Newtonsoft.Json from 12.0.2 to 13.0.2 in /src
Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 12.0.2 to 13.0.2.
- [Release notes](https://github.com/JamesNK/Newtonsoft.Json/releases)
- [Commits](https://github.com/JamesNK/Newtonsoft.Json/compare/12.0.2...13.0.2)

---
updated-dependencies:
- dependency-name: Newtonsoft.Json
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-12-08 05:43:41 +00: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%