Skip to content

v3.0.0

Compare
Choose a tag to compare
@bsdayo bsdayo released this 05 May 15:21
· 6 commits to main since this release

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 to UnofficialArcaeaAPI.Lib namespace.
  • UaaClient now require an UaaClientOptions instance to initialize. The old Initialize method was removed.