-
Notifications
You must be signed in to change notification settings - Fork 404
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
Reacting to a comment #1027
Comments
@awtkns actually not.. you won't see reactions implemented on this lib. You can find references here https://docs.github.com/en/rest/reference/reactions |
Time permitting would you want me to PR this feature? I was able to workaround it for now with the following: issue._post(
issue._api + '/reactions',
data={"content": 'eyes'},
headers={'Accept': 'application/vnd.github.squirrel-girl-preview+json'}
) |
@awtkns PRs are always welcome. |
@awtkns If you haven't started implementing this feature, I'll pick it up. |
@ionicc I haven't unfortunately so its all yours. |
Is there currently a way to react to an issue comment (eg: eyes or 1+ emote)? If so I haven't found it in the documentation.
If not I would be happy to do its implementation.
The text was updated successfully, but these errors were encountered: