Getting Started
How to get started with the API.
Migrating from 2.x.x to 3.x.x
Installation
Initialize
Platforms
Last updated
Was this helpful?
How to get started with the API.
Last updated
Was this helpful?
Was this helpful?
npm install call-of-duty-api@latestimport { login } from "call-of-duty-api";
login(ssoToken: string);
// or alternatively
import API from "call-of-duty-api";
API.login(ssoToken: string);import { platforms } from "call-of-duty-api";