Skip to content

[Feature request] Expose a paginated method to fetch all comments on a post #87

@0xflashboy

Description

@0xflashboy

Currently the /post/:id/comments endpoint only returns a limited number of comments on a given post. There is no obvious way to fetch all of the comments on a post when a post has thousands of comments.

Suggestion: add pagination parameters to the endpoint to allow querying comments on a post in batches, i.e.

/post/:id/comments?page=N

Where page=N specifies querying the N-th page of the results for that given post

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions