Fuzzy Search
Lookup a gamertag and retrieve fuzzy matches and the related platform.
import { Misc, platforms } from "call-of-duty-api";
try {
let data = await Misc.search(gamertag: string, platform: platforms)
} catch(Error) {
//Handle Exception
}
Last updated
Was this helpful?