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