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 2 years ago