v0.7.1-beta.2
Pre-release
Pre-release
Changelog:
- Rename
{client}.ApiEndpoints
and{client.OAuthEndpoints}
to.Api
and.OAuth
respectively - Add
AggregateDestinyDefinitions
for the mad lads who want to deserialize (almost) the entire JSON manifest.- Was formerly known as
BSharperManifest
and before that,DestinyJsonManifest
- As before, properties that are not defined in the OpenAPI spec are not included
- Was formerly known as
- Move OAuth response + base API response types from the client to
.Entities
- Double-digit percent performance improvement via better use of
async
/await