Skip to content

💡 Add "list all quotes" API endpoint #2

Description

@todd427

Body:
We should add an API endpoint to list all quotes (paginated), so users can browse:

Example:

/qotd/api/list/

Returns JSON list of:

[
{ "author": "...", "text": "...", ... },
...
]

Why?

Useful for browsing

Helps for frontend apps

Helps authors check their quotes

Easy first task — adds a new API endpoint

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions