Skip to content

v0.3.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@Archomeda Archomeda released this 27 May 23:22
· 618 commits to master since this release
46f17d2

Features

  • Breaking: Remove .GetWithResponseAsync(), .AllWithResponseAsync(), .IdsWithResponseAsync(), .ManyWithResponseAsync() and .PageWithResponseAsync() of all decendants of IClient.
    Response information is now returned in the IApiV2Object.HttpResponseInfo property of the return objects of all respective *Async() methods).
  • Add support for the Last-Modified header (can be accessed in IApiV2Object.HttpResponseInfo)

Refactoring

  • Breaking: In IPaginatedClient<TObject>, the PageAsync(int page, CancellationToken cancellationToken, int pageSize) method has had its order of parameters changed to PageAsync(int page, int pageSize, CancellationToken cancellationToken).

Endpoints

  • Breaking: Update /v2/account and all subendpoints to a minimum schema version of 2019-02-21T00:00:00.000Z
  • Breaking: Update /v2/characters and all subendpoints to schema version 2019-02-21T00:00:00.000Z
  • Add /v2/account/dailycrafting
  • Add /v2/account/luck
  • Add /v2/account/mapchests
  • Add /v2/account/mounts/skins
  • Add /v2/account/mounts/types
  • Add /v2/account/worldbosses
  • Add /v2/dailycrafting
  • Add /v2/home/nodes