Update README.md

This commit is contained in:
Kalakoi
2019-06-21 14:44:40 -04:00
committed by GitHub
parent 603970b4e8
commit 2452e9f738

View File

@@ -1 +1,11 @@
# 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.