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