UNPKG

bungie-api-ts

Version:
17 lines (16 loc) 650 B
/** * Bungie.Net API * These endpoints constitute the functionality exposed by Bungie.net, both for more traditional website functionality and for connectivity to Bungie video games and their related functionality. * * OpenAPI spec version: 2.21.9 * Contact: support@bungie.com * * NOTE: This class is auto generated by the bungie-api-ts code generator program. * https://github.com/DestinyItemManager/bungie-api-ts * Do not edit these files manually. */ export * from '../common.js'; export * from '../platform.js'; export type { HttpClientConfig, HttpClient } from '../http.js'; export * from './api.js'; export * from './interfaces.js';