Skip to content

Implement Articles List and Feed features #77

@Hajbo

Description

@Hajbo

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

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions