How to get started with the API.
Last updated 2 years ago
Was this helpful?
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";