0.0.39 • Published 5 years ago

@stagg/datasources v0.0.39

Weekly downloads
-
License
-
Repository
-
Last release
5 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

5 years ago

0.0.37

5 years ago

0.0.35

5 years ago

0.0.36

5 years ago

0.0.34

5 years ago

0.0.33

5 years ago

0.0.32

5 years ago

0.0.31

5 years ago

0.0.30

5 years ago

0.0.29

5 years ago

0.0.28

5 years ago

0.0.27

5 years ago

0.0.26

5 years ago