Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add stream issue_reactions (currently blocked) #158

Open
aaronsteers opened this issue Sep 15, 2022 · 2 comments
Open

Add stream issue_reactions (currently blocked) #158

aaronsteers opened this issue Sep 15, 2022 · 2 comments

Comments

@aaronsteers
Copy link
Contributor

The goal here would be to gather information on who added an emote to which specific issue comments, and when.

As of now this probably isn't viable without using GraphQL. Logging for tracking purposes, but my expectation is that we won't deliver any time soon due to the logistic/performance challenges in dealing with this API.

The REST API would require pinging every issue and issue comment looking for the latest reaction data, and it's not clear if the issue or issue comment would even have their "last updated date" reset when new emotes/reactions are added.

Reactions API for the issue: docs.github.com/en/rest/reactions#list-reactions-for-an-issue
Reactions API for the issue comments: docs.github.com/en/rest/reactions#list-reactions-for-an-issue-comment

@laurentS
Copy link
Contributor

I had a quick look at the events stream, but reactions don't seem to appear in there :(

@aaronsteers
Copy link
Contributor Author

I had a quick look at the events stream, but reactions don't seem to appear in there :(

Thanks, @laurentS - Thanks for confirming. This isn't a critical priority, so no worries.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants