Links

Cod Points

Retrieve COD Points count.
Logged in user only.
import { Me, platforms } from "call-of-duty-api";
try {
let data = await Me.codPoints(gamertag: string, platform: platforms)
} catch(Error) {
//Handle Exception
}