Links

Map List

Retrieve list of maps and their supported modes.
import { ColdWar, platforms } from "call-of-duty-api";
try {
let data = await ColdWar.mapList(platform: platforms)
} catch(Error) {
//Handle Exception
}