You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: