Getting Started
How to get started with the API.

Migration Guide
API Migration Guide
Migration guide for 2.x.x. to 3.x.x
npm install call-of-duty-api@latest
import { 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";
Last modified 1yr ago