Module reactions_api

Source

Enums§

ReactionsSlashCreateForCommitCommentError
struct for typed errors of method reactions_slash_create_for_commit_comment
ReactionsSlashCreateForIssueCommentError
struct for typed errors of method reactions_slash_create_for_issue_comment
ReactionsSlashCreateForIssueError
struct for typed errors of method reactions_slash_create_for_issue
ReactionsSlashCreateForPullRequestReviewCommentError
struct for typed errors of method reactions_slash_create_for_pull_request_review_comment
ReactionsSlashCreateForReleaseError
struct for typed errors of method reactions_slash_create_for_release
ReactionsSlashCreateForTeamDiscussionCommentInOrgError
struct for typed errors of method reactions_slash_create_for_team_discussion_comment_in_org
ReactionsSlashCreateForTeamDiscussionCommentLegacyError
struct for typed errors of method reactions_slash_create_for_team_discussion_comment_legacy
ReactionsSlashCreateForTeamDiscussionInOrgError
struct for typed errors of method reactions_slash_create_for_team_discussion_in_org
ReactionsSlashCreateForTeamDiscussionLegacyError
struct for typed errors of method reactions_slash_create_for_team_discussion_legacy
ReactionsSlashDeleteForCommitCommentError
struct for typed errors of method reactions_slash_delete_for_commit_comment
ReactionsSlashDeleteForIssueCommentError
struct for typed errors of method reactions_slash_delete_for_issue_comment
ReactionsSlashDeleteForIssueError
struct for typed errors of method reactions_slash_delete_for_issue
ReactionsSlashDeleteForPullRequestCommentError
struct for typed errors of method reactions_slash_delete_for_pull_request_comment
ReactionsSlashDeleteForReleaseError
struct for typed errors of method reactions_slash_delete_for_release
ReactionsSlashDeleteForTeamDiscussionCommentError
struct for typed errors of method reactions_slash_delete_for_team_discussion_comment
ReactionsSlashDeleteForTeamDiscussionError
struct for typed errors of method reactions_slash_delete_for_team_discussion
ReactionsSlashListForCommitCommentError
struct for typed errors of method reactions_slash_list_for_commit_comment
ReactionsSlashListForIssueCommentError
struct for typed errors of method reactions_slash_list_for_issue_comment
ReactionsSlashListForIssueError
struct for typed errors of method reactions_slash_list_for_issue
ReactionsSlashListForPullRequestReviewCommentError
struct for typed errors of method reactions_slash_list_for_pull_request_review_comment
ReactionsSlashListForReleaseError
struct for typed errors of method reactions_slash_list_for_release
ReactionsSlashListForTeamDiscussionCommentInOrgError
struct for typed errors of method reactions_slash_list_for_team_discussion_comment_in_org
ReactionsSlashListForTeamDiscussionCommentLegacyError
struct for typed errors of method reactions_slash_list_for_team_discussion_comment_legacy
ReactionsSlashListForTeamDiscussionInOrgError
struct for typed errors of method reactions_slash_list_for_team_discussion_in_org
ReactionsSlashListForTeamDiscussionLegacyError
struct for typed errors of method reactions_slash_list_for_team_discussion_legacy

Functions§

reactions_slash_create_for_commit_comment
Create a reaction to a commit comment. A response with an HTTP 200 status means that you already added the reaction type to this commit comment.
reactions_slash_create_for_issue
Create a reaction to an issue. A response with an HTTP 200 status means that you already added the reaction type to this issue.
reactions_slash_create_for_issue_comment
Create a reaction to an issue comment. A response with an HTTP 200 status means that you already added the reaction type to this issue comment.
reactions_slash_create_for_pull_request_review_comment
Create a reaction to a pull request review comment. A response with an HTTP 200 status means that you already added the reaction type to this pull request review comment.
reactions_slash_create_for_release
Create a reaction to a release. A response with a Status: 200 OK means that you already added the reaction type to this release.
reactions_slash_create_for_team_discussion_comment_in_org
Create a reaction to a team discussion comment. A response with an HTTP 200 status means that you already added the reaction type to this team discussion comment. Note: You can also specify a team by org_id and team_id using the route POST /organizations/:org_id/team/:team_id/discussions/:discussion_number/comments/:comment_number/reactions. OAuth app tokens and personal access tokens (classic) need the write:discussion scope to use this endpoint.
reactions_slash_create_for_team_discussion_comment_legacy
Deprecation Notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new "Create reaction for a team discussion comment" endpoint. Create a reaction to a team discussion comment. A response with an HTTP 200 status means that you already added the reaction type to this team discussion comment. OAuth app tokens and personal access tokens (classic) need the write:discussion scope to use this endpoint.
reactions_slash_create_for_team_discussion_in_org
Create a reaction to a team discussion. A response with an HTTP 200 status means that you already added the reaction type to this team discussion. Note: You can also specify a team by org_id and team_id using the route POST /organizations/:org_id/team/:team_id/discussions/:discussion_number/reactions. OAuth app tokens and personal access tokens (classic) need the write:discussion scope to use this endpoint.
reactions_slash_create_for_team_discussion_legacy
Deprecation Notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new Create reaction for a team discussion endpoint. Create a reaction to a team discussion. A response with an HTTP 200 status means that you already added the reaction type to this team discussion. OAuth app tokens and personal access tokens (classic) need the write:discussion scope to use this endpoint.
reactions_slash_delete_for_commit_comment
Note: You can also specify a repository by repository_id using the route DELETE /repositories/:repository_id/comments/:comment_id/reactions/:reaction_id. Delete a reaction to a commit comment.
reactions_slash_delete_for_issue
Note: You can also specify a repository by repository_id using the route DELETE /repositories/:repository_id/issues/:issue_number/reactions/:reaction_id. Delete a reaction to an issue.
reactions_slash_delete_for_issue_comment
Note: You can also specify a repository by repository_id using the route DELETE delete /repositories/:repository_id/issues/comments/:comment_id/reactions/:reaction_id. Delete a reaction to an issue comment.
reactions_slash_delete_for_pull_request_comment
Note: You can also specify a repository by repository_id using the route DELETE /repositories/:repository_id/pulls/comments/:comment_id/reactions/:reaction_id. Delete a reaction to a pull request review comment.
reactions_slash_delete_for_release
Note: You can also specify a repository by repository_id using the route DELETE delete /repositories/:repository_id/releases/:release_id/reactions/:reaction_id. Delete a reaction to a release.
reactions_slash_delete_for_team_discussion
Note: You can also specify a team or organization with team_id and org_id using the route DELETE /organizations/:org_id/team/:team_id/discussions/:discussion_number/reactions/:reaction_id. Delete a reaction to a team discussion. OAuth app tokens and personal access tokens (classic) need the write:discussion scope to use this endpoint.
reactions_slash_delete_for_team_discussion_comment
Note: You can also specify a team or organization with team_id and org_id using the route DELETE /organizations/:org_id/team/:team_id/discussions/:discussion_number/comments/:comment_number/reactions/:reaction_id. Delete a reaction to a team discussion comment. OAuth app tokens and personal access tokens (classic) need the write:discussion scope to use this endpoint.
reactions_slash_list_for_commit_comment
List the reactions to a commit comment.
reactions_slash_list_for_issue
List the reactions to an issue.
reactions_slash_list_for_issue_comment
List the reactions to an issue comment.
reactions_slash_list_for_pull_request_review_comment
List the reactions to a pull request review comment.
reactions_slash_list_for_release
List the reactions to a release.
reactions_slash_list_for_team_discussion_comment_in_org
List the reactions to a team discussion comment. Note: You can also specify a team by org_id and team_id using the route GET /organizations/:org_id/team/:team_id/discussions/:discussion_number/comments/:comment_number/reactions. OAuth app tokens and personal access tokens (classic) need the read:discussion scope to use this endpoint.
reactions_slash_list_for_team_discussion_comment_legacy
Deprecation Notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new List reactions for a team discussion comment endpoint. List the reactions to a team discussion comment. OAuth app tokens and personal access tokens (classic) need the read:discussion scope to use this endpoint.
reactions_slash_list_for_team_discussion_in_org
List the reactions to a team discussion. Note: You can also specify a team by org_id and team_id using the route GET /organizations/:org_id/team/:team_id/discussions/:discussion_number/reactions. OAuth app tokens and personal access tokens (classic) need the read:discussion scope to use this endpoint.
reactions_slash_list_for_team_discussion_legacy
Deprecation Notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new List reactions for a team discussion endpoint. List the reactions to a team discussion. OAuth app tokens and personal access tokens (classic) need the read:discussion scope to use this endpoint.