Skip to content

v0.7.1-beta.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 25 Feb 07:45
ef25649

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
  • Move OAuth response + base API response types from the client to .Entities
  • Double-digit percent performance improvement via better use of async / await