Battle Pass Progress
Retrieve information regarding each seasonal battle pass.
Logged in user only.
import { Vanguard, platforms } from "call-of-duty-api";
try {
let data = await Vanguard.seasonloot(matchId: string, platform: platforms)
} catch(Error) {
//Handle Exception
}
Last modified 1yr ago