Settings

Retrieve account settings.

triangle-exclamation
import { Me, platforms } from "call-of-duty-api";

try {
   let data = await Me.settings(gamertag: string, platform: platforms)
} catch(Error) {
    //Handle Exception
}

Last updated