0.1.0 • Published 6 years ago

mrdandandan-destiny-api-module v0.1.0

Weekly downloads
1
License
ISC
Repository
github
Last release
6 years ago
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
});
0.1.0

6 years ago

0.0.6

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

8 years ago

0.0.1

8 years ago

0.0.0

8 years ago