We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Link: https://developer.github.com/v3/reactions/#create-reaction-for-an-issue
This is a new endpoint which should live in IIssuesClient
IIssuesClient
POST /repos/:owner/:repo/issues/:number/reactions
Example request payload:
{ "content": "heart" }
As these are a limited subset of emojis, the request object should use an enumeration of values - rather than a regular string.
Example response payload:
{ "id": 1, "user_id": 1, "content": "heart" }
Octokit
.\build FixProjects
IReactionClient
IObservableReactionClient
application/vnd.github.squirrel-girl-preview
The text was updated successfully, but these errors were encountered:
fixed by #1335
Sorry, something went wrong.
No branches or pull requests
Link: https://developer.github.com/v3/reactions/#create-reaction-for-an-issue
This is a new endpoint which should live in
IIssuesClient
POST /repos/:owner/:repo/issues/:number/reactions
Example request payload:
As these are a limited subset of emojis, the request object should use an enumeration of values - rather than a regular string.
Example response payload:
Octokit
project and.\build FixProjects
to make them available everywhereIReactionClient
IObservableReactionClient
application/vnd.github.squirrel-girl-preview
The text was updated successfully, but these errors were encountered: