Noizu.Github.Api.Reactions (Noizu Labs: Github API v0.5.0)
GitHub reactions API.
Link to this section Summary
Functions
Create reaction for a commit comment
Create reaction for an issue
Create reaction for an issue comment
Create reaction for a pull request review comment
Create reaction for a release
Delete a commit comment reaction
Delete an issue reaction
Delete an issue comment reaction
Delete a pull request comment reaction
Delete a release reaction
List reactions for a commit comment
List reactions for an issue
List reactions for an issue comment
List reactions for a pull request review comment
List reactions for a release
Link to this section Functions
create_for_commit_comment(comment_id, body, options \\ nil)
Create reaction for a commit comment
@see https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-commit-comment
create_for_issue(issue_number, body, options \\ nil)
Create reaction for an issue
@see https://docs.github.com/rest/reactions/reactions#create-reaction-for-an-issue
create_for_issue_comment(comment_id, body, options \\ nil)
Create reaction for an issue comment
@see https://docs.github.com/rest/reactions/reactions#create-reaction-for-an-issue-comment
create_for_pull_request_review_comment(comment_id, body, options \\ nil)
Create reaction for a pull request review comment
@see https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-pull-request-review-comment
create_for_release(release_id, body, options \\ nil)
Create reaction for a release
@see https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-release
delete_for_commit_comment(comment_id, reaction_id, options \\ nil)
Delete a commit comment reaction
@see https://docs.github.com/rest/reactions/reactions#delete-a-commit-comment-reaction
delete_for_issue(issue_number, reaction_id, options \\ nil)
Delete an issue reaction
@see https://docs.github.com/rest/reactions/reactions#delete-an-issue-reaction
delete_for_issue_comment(comment_id, reaction_id, options \\ nil)
Delete an issue comment reaction
@see https://docs.github.com/rest/reactions/reactions#delete-an-issue-comment-reaction
delete_for_pull_request_comment(comment_id, reaction_id, options \\ nil)
Delete a pull request comment reaction
@see https://docs.github.com/rest/reactions/reactions#delete-a-pull-request-comment-reaction
delete_for_release(release_id, reaction_id, options \\ nil)
Delete a release reaction
@see https://docs.github.com/rest/reactions/reactions#delete-a-release-reaction
list_for_commit_comment(comment_id, options \\ nil)
List reactions for a commit comment
@see https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-commit-comment
list_for_issue(issue_number, options \\ nil)
List reactions for an issue
@see https://docs.github.com/rest/reactions/reactions#list-reactions-for-an-issue
list_for_issue_comment(comment_id, options \\ nil)
List reactions for an issue comment
@see https://docs.github.com/rest/reactions/reactions#list-reactions-for-an-issue-comment
list_for_pull_request_review_comment(comment_id, options \\ nil)
List reactions for a pull request review comment
@see https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-pull-request-review-comment
list_for_release(release_id, options \\ nil)
List reactions for a release
@see https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-release