Event Feed

Retrieve information regarding friends activity.

Logged in user only.

import { Me } from "call-of-duty-api";

try {
   let data = await Me.eventFeed();
} catch(Error) {
    //Handle Exception
}

Last updated