-
-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Labels
Description
Implement a GET /posts endpoint that allows pagination through all posts, and returns the full data required to display the post card (banner URL, title, author id/name, excerpt, publish date, word count, tags)
Query parameters:
page=1limit=20sort=dateauthor=crutchcorn
This should implicitly filter out posts without a publishedAt date, or where noindex=true.
NOTE: excerpt, word count, and tags are not currently in the posts db table
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
🎟️ Ready