Links

Match Information

Retrieve detailed information about a specific match.
import { ColdWar, platforms } from "call-of-duty-api";
try {
let data = await ColdWar.matchInfo(matchId: string, platform: platforms)
} catch(Error) {
//Handle Exception
}