Getting Started
How to get started with the API.
Migrating from 2.x.x to 3.x.x
Installation
Initialize
Platforms
Last updated
How to get started with the API.
Last updated
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";