Skip to content

GetFeed

Avi Aryan edited this page Mar 14, 2016 · 10 revisions

Post to /api/feed/

/getmainfeed

Gets all the feeds subscribed by the user

Parameters

  • id - The user id

Returns

"code": INT,
"feeds": [
    {
        "pid": INT,
        "subsid": INT,
        "network": STR,
        "content": STR,
        "imgurl": STR,
        "url": STR,
        "time": STR,
        "name": STR
    },
]

/getfeed

Gets a feed from the subscription id (subsid)

Parameters

  • subsid - The subscription ID

Returns

  • Same as getmainfeed

Clone this wiki locally