WebService::GitHub::Repos::Comments.create-commit-comment( Str $owner
, Str $repo
, Str $commit-sha
, Int(Str) :$line
, Str :$body!
, Str :$path
, Int(Str) :$position
)
WebService::GitHub::Repos::Comments.delete-commit-comment( Str $owner
, Str $repo
, Int(Str) $comment-id
)
WebService::GitHub::Repos::Comments.get-commit-comment( Str $owner
, Str $repo
, Int(Str) $comment-id
)
WebService::GitHub::Repos::Comments.list-comments-for-commit( Str $owner
, Str $repo
, Str $commit-sha
, Int(Str) :$per-page
, Int(Str) :$page
)
WebService::GitHub::Repos::Comments.list-commit-comments-for-repo( Str $owner
, Str $repo
, Int(Str) :$per-page
, Int(Str) :$page
)
WebService::GitHub::Repos::Comments.update-commit-comment( Str $owner
, Str $repo
, Int(Str) $comment-id
, Str :$body!
)