WebService::GitHub::Issues::Comments.create-comment( Str $owner
, Str $repo
, Int(Str) $issue-number
, Str :$body!
)
WebService::GitHub::Issues::Comments.delete-comment( Str $owner
, Str $repo
, Int(Str) $comment-id
)
WebService::GitHub::Issues::Comments.get-comment( Str $owner
, Str $repo
, Int(Str) $comment-id
)
WebService::GitHub::Issues::Comments.list-comments( Str $owner
, Str $repo
, Int(Str) $issue-number
, Str :$since
, Int(Str) :$per-page
, Int(Str) :$page
)
WebService::GitHub::Issues::Comments.list-comments-for-repo( Str $owner
, Str $repo
, WebService::GitHub::Issues::Comments::ListCommentsForRepoSort :$sort
, WebService::GitHub::Issues::Comments::ListCommentsForRepoDirection :$direction
, Str :$since
, Int(Str) :$per-page
, Int(Str) :$page
)
WebService::GitHub::Issues::Comments.update-comment( Str $owner
, Str $repo
, Int(Str) $comment-id
, Str :$body!
)