Identities
Retrieve list of games and the platforms linked.
Logged in user only.
import { Me } from "call-of-duty-api";
try {
let data = await Me.loggedInIdentities()
} catch(Error) {
//Handle Exception
}
Last updated
Was this helpful?
Retrieve list of games and the platforms linked.
Logged in user only.
import { Me } from "call-of-duty-api";
try {
let data = await Me.loggedInIdentities()
} catch(Error) {
//Handle Exception
}
Last updated
Was this helpful?