WebService::GitHub::Reactions
WebService::GitHub::Reactions.create-for-commit-comment( Str $owner
, Str $repo
, Int(Str) $comment-id
, WebService::GitHub::Reactions::CreateForCommitCommentContent :$content!
)
Create reaction for an issue
WebService::GitHub::Reactions.create-for-issue( Str $owner
, Str $repo
, Int(Str) $issue-number
, WebService::GitHub::Reactions::CreateForIssueContent :$content!
)
WebService::GitHub::Reactions.create-for-issue-comment( Str $owner
, Str $repo
, Int(Str) $comment-id
, WebService::GitHub::Reactions::CreateForIssueCommentContent :$content!
)
WebService::GitHub::Reactions.create-for-pull-request-review-comment( Str $owner
, Str $repo
, Int(Str) $comment-id
, WebService::GitHub::Reactions::CreateForPullRequestReviewCommentContent :$content!
)
WebService::GitHub::Reactions.create-for-team-discussion-comment-in-org( Str $org
, Str $team-slug
, Int(Str) $discussion-number
, Int(Str) $comment-number
, WebService::GitHub::Reactions::CreateForTeamDiscussionCommentInOrgContent :$content!
)
WebService::GitHub::Reactions.create-for-team-discussion-comment-legacy( Int(Str) $team-id
, Int(Str) $discussion-number
, Int(Str) $comment-number
, WebService::GitHub::Reactions::CreateForTeamDiscussionCommentLegacyContent :$content!
)
Create reaction for a team discussion
WebService::GitHub::Reactions.create-for-team-discussion-in-org( Str $org
, Str $team-slug
, Int(Str) $discussion-number
, WebService::GitHub::Reactions::CreateForTeamDiscussionInOrgContent :$content!
)
Create reaction for a team discussion (Legacy)
WebService::GitHub::Reactions.create-for-team-discussion-legacy( Int(Str) $team-id
, Int(Str) $discussion-number
, WebService::GitHub::Reactions::CreateForTeamDiscussionLegacyContent :$content!
)
WebService::GitHub::Reactions.delete-for-commit-comment( Str $owner
, Str $repo
, Int(Str) $comment-id
, Int(Str) $reaction-id
)
Delete an issue reaction
WebService::GitHub::Reactions.delete-for-issue( Str $owner
, Str $repo
, Int(Str) $issue-number
, Int(Str) $reaction-id
)
WebService::GitHub::Reactions.delete-for-issue-comment( Str $owner
, Str $repo
, Int(Str) $comment-id
, Int(Str) $reaction-id
)
WebService::GitHub::Reactions.delete-for-pull-request-comment( Str $owner
, Str $repo
, Int(Str) $comment-id
, Int(Str) $reaction-id
)
Delete team discussion reaction
WebService::GitHub::Reactions.delete-for-team-discussion( Str $org
, Str $team-slug
, Int(Str) $discussion-number
, Int(Str) $reaction-id
)
WebService::GitHub::Reactions.delete-for-team-discussion-comment( Str $org
, Str $team-slug
, Int(Str) $discussion-number
, Int(Str) $comment-number
, Int(Str) $reaction-id
)
Delete a reaction (Legacy)
WebService::GitHub::Reactions.delete-legacy( Int(Str) $reaction-id
)
WebService::GitHub::Reactions.list-for-commit-comment( Str $owner
, Str $repo
, Int(Str) $comment-id
, WebService::GitHub::Reactions::ListForCommitCommentContent :$content
, Int(Str) :$per-page
, Int(Str) :$page
)
List reactions for an issue
WebService::GitHub::Reactions.list-for-issue( Str $owner
, Str $repo
, Int(Str) $issue-number
, WebService::GitHub::Reactions::ListForIssueContent :$content
, Int(Str) :$per-page
, Int(Str) :$page
)
WebService::GitHub::Reactions.list-for-issue-comment( Str $owner
, Str $repo
, Int(Str) $comment-id
, WebService::GitHub::Reactions::ListForIssueCommentContent :$content
, Int(Str) :$per-page
, Int(Str) :$page
)
WebService::GitHub::Reactions.list-for-pull-request-review-comment( Str $owner
, Str $repo
, Int(Str) $comment-id
, WebService::GitHub::Reactions::ListForPullRequestReviewCommentContent :$content
, Int(Str) :$per-page
, Int(Str) :$page
)
WebService::GitHub::Reactions.list-for-team-discussion-comment-in-org( Str $org
, Str $team-slug
, Int(Str) $discussion-number
, Int(Str) $comment-number
, WebService::GitHub::Reactions::ListForTeamDiscussionCommentInOrgContent :$content
, Int(Str) :$per-page
, Int(Str) :$page
)
WebService::GitHub::Reactions.list-for-team-discussion-comment-legacy( Int(Str) $team-id
, Int(Str) $discussion-number
, Int(Str) $comment-number
, WebService::GitHub::Reactions::ListForTeamDiscussionCommentLegacyContent :$content
, Int(Str) :$per-page
, Int(Str) :$page
)
List reactions for a team discussion
WebService::GitHub::Reactions.list-for-team-discussion-in-org( Str $org
, Str $team-slug
, Int(Str) $discussion-number
, WebService::GitHub::Reactions::ListForTeamDiscussionInOrgContent :$content
, Int(Str) :$per-page
, Int(Str) :$page
)
List reactions for a team discussion (Legacy)
WebService::GitHub::Reactions.list-for-team-discussion-legacy( Int(Str) $team-id
, Int(Str) $discussion-number
, WebService::GitHub::Reactions::ListForTeamDiscussionLegacyContent :$content
, Int(Str) :$per-page
, Int(Str) :$page
)