Skip to content

Add GET /api/v1/comments Endpoint #1360

@darddan

Description

@darddan

I hope this is the right way to do it. I’m not using feedback.fider.io since I already have an implementation ready and just want to open a PR.

I’d like to propose adding a new API endpoint:

GET /api/v1/comments

This endpoint would return basic comment references with the following fields only:

  • comment_id
  • post_id
  • user_id
  • created_at
  • edited_at

Motivation:

I’ve built a bot that allows certain users to add instructions and enrich requests with additional context. For this use case, I need access a stream of changes in comment without having to fetch all the posts and check for changes.

I already have an implementation prepared and will provide the technical details in the PR.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions