Skip to content

Latest commit

 

History

History
44 lines (27 loc) · 633 Bytes

POST_fetch.md

File metadata and controls

44 lines (27 loc) · 633 Bytes

Feed Resource

POST /fetch

Description

Returns

Parameters

The following parameters are recognized in the POST request body.

  • handles (REQUIRED) — [array] The list of handles id to fetch for.

Return format

A JSON Object filled an array of feed following the feed format.

Errors

None

Example

Request

    POST /fetch
    {
        "handles" : [9, 10]
    }

Return

[
    [{ "TweetFeed"}, { "TweetFeed"}, {"TweetFeed"}, {"TweetFeed"}, ...],
    [{ "VimeoFeed"}, {"VimeoFeed"}, {"VimeoFeed"}, ...]
]