0.0.39 • Published 6 years ago

@stagg/datasources v0.0.39

Weekly downloads
-
License
-
Repository
-
Last release
6 years ago

Stagg Integration APIs

Provided by Stagg.co

Call of Duty API

Simply install the package and instantiate new instances with your own tokens.

import { CallOfDuty } from '@stagg/api'
(async () => {
    const tokens = {
        sso: '<YOUR-SSO-TOKEN-HERE>',
        xsrf: '<YOUR-CSRF/XSRF-TOKEN-HERE>',
        atkn: '<YOUR-ATKN-TOKEN-HERE>',
    }
    const API = new CallOfDuty(tokens)
    const myProfiles = await API.Identity()
    console.log(myProfiles)
})()
0.0.39

6 years ago

0.0.37

6 years ago

0.0.35

6 years ago

0.0.36

6 years ago

0.0.34

6 years ago

0.0.33

6 years ago

0.0.32

6 years ago

0.0.31

6 years ago

0.0.30

6 years ago

0.0.29

6 years ago

0.0.28

6 years ago

0.0.27

6 years ago

0.0.26

6 years ago