Retrieve lifetime statistics.
import { Vanguard, platforms } from "call-of-duty-api"; try { let data = await Vanguard.fullData(gamertag: string, platform: platforms) } catch(Error) { //Handle Exception }
Last updated 2 years ago