Skip to content

Instantly share code, notes, and snippets.

@enginebai
Last active April 21, 2019 02:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save enginebai/f46f11c0209787c361b6e9f8f1a22142 to your computer and use it in GitHub Desktop.
Save enginebai/f46f11c0209787c361b6e9f8f1a22142 to your computer and use it in GitHub Desktop.
GET /feed
---
200 OK
Content-Type: application/json
Link: <https://host/feed?page=2&limit=20>; rel="next", <https://host/feed?page=5&limit=20>; rel="last"
[
{
"id": "5b726ac6d79e0ba",
"sender": "5ab5b7c9d3e0a9a8",
"caption": "This is hello world",
"media": "http://media-host/{post_id}.mp4",
"timestamp": 152488202
},
...
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment