Retrieve detailed information about a specific match.
No Data Populated. Added for Future Support.
import { ModernWarfare3 } from "call-of-duty-api"; try { let data = await ModernWarfare3.matchInfo(unoId: string, matchId: string) } catch(Error) { //Handle Exception }
Last updated 6 months ago