Event Feed
Retrieve information regarding friends activity.
import { Me } from "call-of-duty-api";
try {
let data = await Me.eventFeed();
} catch(Error) {
//Handle Exception
}Last updated
Retrieve information regarding friends activity.
import { Me } from "call-of-duty-api";
try {
let data = await Me.eventFeed();
} catch(Error) {
//Handle Exception
}Last updated