Recent Match Details

Retrieve recent match information from the last 20 games played.

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

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

Last updated