Skip to content

Releases: Arcaea-Infinity/UnofficialArcaeaAPI.Lib

v3.1.0

05 May 15:43
Compare
Choose a tag to compare

Features

  • Support image/user/* APIs

v3.0.0

05 May 15:21
Compare
Choose a tag to compare

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.

v2.2.0

02 Jan 08:03
Compare
Choose a tag to compare

Features

  • Update GET methods to fix the new AUA version

v2.1.0

23 Oct 16:25
Compare
Choose a tag to compare

Features

v2.0.0

23 Oct 15:04
Compare
Choose a tag to compare

Features

Other Changes

  • Move APIs in root to data/. The old APIs still exist, but not recommended to use.