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:
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.
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:
This endpoint would return basic comment references with the following fields only:
comment_idpost_iduser_idcreated_atedited_atMotivation:
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.