WebService::GitHub::Pulls::Comments.create-reply-for-review-comment( Str $owner
, Str $repo
, Int(Str) $pull-number
, Int(Str) $comment-id
, Str :$body!
)
WebService::GitHub::Pulls::Comments.create-review-comment( Str $owner
, Str $repo
, Int(Str) $pull-number
, Str :$body!
, Int(Str) :$line
, Str :$commit-id
, WebService::GitHub::Pulls::Comments::CreateReviewCommentStartSide :$start-side
, Str :$path
, Int(Str) :$start-line
, Int(Str) :$in-reply-to
, WebService::GitHub::Pulls::Comments::CreateReviewCommentSide :$side
, Int(Str) :$position
)
WebService::GitHub::Pulls::Comments.delete-review-comment( Str $owner
, Str $repo
, Int(Str) $comment-id
)
WebService::GitHub::Pulls::Comments.get-review-comment( Str $owner
, Str $repo
, Int(Str) $comment-id
)
WebService::GitHub::Pulls::Comments.list-review-comments( Str $owner
, Str $repo
, Int(Str) $pull-number
, WebService::GitHub::Pulls::Comments::ListReviewCommentsSort :$sort
, WebService::GitHub::Pulls::Comments::ListReviewCommentsDirection :$direction
, Str :$since
, Int(Str) :$per-page
, Int(Str) :$page
)
WebService::GitHub::Pulls::Comments.list-review-comments-for-repo( Str $owner
, Str $repo
, WebService::GitHub::Pulls::Comments::ListReviewCommentsForRepoSort :$sort
, WebService::GitHub::Pulls::Comments::ListReviewCommentsForRepoDirection :$direction
, Str :$since
, Int(Str) :$per-page
, Int(Str) :$page
)
WebService::GitHub::Pulls::Comments.update-review-comment( Str $owner
, Str $repo
, Int(Str) $comment-id
, Str :$body!
)