Noizu.Github.Api.Reactions (Noizu Labs: Github API v0.5.0)

GitHub reactions API.

Link to this section Summary

Link to this section Functions

Link to this function

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

Link to this function

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

Link to this function

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

Link to this function

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

Link to this function

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

Link to this function

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

Link to this function

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

Link to this function

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

Link to this function

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

Link to this function

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

Link to this function

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

Link to this function

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

Link to this function

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

Link to this function

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

Link to this function

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