Links

Settings

Retrieve account settings.
Logged in user only.
import { Me, platforms } from "call-of-duty-api";
try {
let data = await Me.settings(gamertag: string, platform: platforms)
} catch(Error) {
//Handle Exception
}
Last modified 1yr ago