v0.3.0
Pre-release
Pre-release
Features
- Breaking: Remove
.GetWithResponseAsync()
,.AllWithResponseAsync()
,.IdsWithResponseAsync()
,.ManyWithResponseAsync()
and.PageWithResponseAsync()
of all decendants ofIClient
.
Response information is now returned in theIApiV2Object.HttpResponseInfo
property of the return objects of all respective*Async()
methods). - Add support for the
Last-Modified
header (can be accessed inIApiV2Object.HttpResponseInfo
)
Refactoring
- Breaking: In
IPaginatedClient<TObject>
, thePageAsync(int page, CancellationToken cancellationToken, int pageSize)
method has had its order of parameters changed toPageAsync(int page, int pageSize, CancellationToken cancellationToken)
.
Endpoints
- Breaking: Update
/v2/account
and all subendpoints to a minimum schema version of2019-02-21T00:00:00.000Z
- Breaking: Update
/v2/characters
and all subendpoints to schema version2019-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