Lifetime Statistics

Retrieve lifetime statistics.

import { ColdWar, platforms } from "call-of-duty-api";

try {
   let data = await ColdWar.fullData(gamertag: string, platform: platforms)
} catch(Error) {
    //Handle Exception
}

Last updated