mrdandandan-destiny-api-module

0.1.0 • Public • Published
import {DestinyApiRequest} from 'mrdandandan-destiny-api-module';
import api from 'mrdandandan-destiny-api-module';

// Required for initialization
DestinyApiRequest.setApiKey('<bungienet-api-key>');

// API things
api.search.searchDestinyPlayer({
    membershipType: 1, // XBOX
    displayName: 'mr dandandan'
}).then( response => {
    // Do something
});

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.1.0
    1
    • latest

Version History

Package Sidebar

Install

npm i mrdandandan-destiny-api-module

Weekly Downloads

1

Version

0.1.0

License

ISC

Unpacked Size

43.6 kB

Total Files

34

Last publish

Collaborators

  • mrdandandan