This repository has been archived by the owner on Apr 8, 2024. It is now read-only.
2021.224
Changes:
- fixes a bug where own requests called directly don't work
- fixes
CancellationToken
s not being passed to theApiClient
- improves performance of deserialisers
- all deserialisers returning user stats return them in an
ILookup<string, T>
format, whereFor
,AllFor
andTryRetrieveFor
extensions are provided