0.1.0 • Published 7 years ago

mrdandandan-destiny-api-module v0.1.0

Weekly downloads
1
License
ISC
Repository
github
Last release
7 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

7 years ago

0.0.6

9 years ago

0.0.5

9 years ago

0.0.4

9 years ago

0.0.3

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago

0.0.0

9 years ago