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-a-pull-request-review-comment
This is a new endpoint which should live in IPullRequestReviewCommentClient
IPullRequestReviewCommentClient
POST /repos/:owner/:repo/pulls/comments/:id/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:
No branches or pull requests
Link: https://developer.github.com/v3/reactions/#create-reaction-for-a-pull-request-review-comment
This is a new endpoint which should live in
IPullRequestReviewCommentClient
POST /repos/:owner/:repo/pulls/comments/:id/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: