v3.0.0
Features
- Adapt to UnofficialArcaeaAPI.
Breaking Changes
- Some outdated APIs now removed, to match the latest UAA.
- All request method renamed to
Get{Endpoint}Async
. For example,UaaClient.User.GetInfoAsync
. UaaException
now moved toUnofficialArcaeaAPI.Lib
namespace.UaaClient
now require anUaaClientOptions
instance to initialize. The oldInitialize
method was removed.