the-bed-stack
the-bed-stack copied to clipboard
Implement Articles List and Feed features
Implement two Articles endpoints:
-
List Articles
- No auth
- Limit-offset pagination
- Some filters: tag, author, favorited
- Make sure to return the articles ordered by most recent first
-
Feed Articles
- Auth required
- It has the same simple pagination
- Filter for only articles by followed users (no filters from the request)
- Make sure to return the articles ordered by most recent first