Skip to content

GetFeed

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

Post to /api/feed/

getmainfeed

Gets all the feeds subscribed by the user

Parameters

  • username
  • feedtype as all

Returns

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

getfeed

Gets a feed from the subscription id

Clone this wiki locally