Skip to content
Benn Benson edited this page Oct 20, 2018 · 1 revision

MadReflection.BungieNetApi Wiki

The types in the data contract library and parts of types in the client library are generated from openapi.json in Bungie's API repository. The code is custom-generated for this specific needs of this API.

Features:

  • Support for dependency injection through the use of interfaces in the client.
  • The bearer token can be set if the consumer uses endpoints that need it.
  • A final method parameter of type DestinyComponentType[] is marked params for simpler use in languages that support it.
Clone this wiki locally