Comments
WebService::GitHub::Gists::Comments
Create a gist comment
WebService::GitHub::Gists::Comments.create-comment( Str $gist-id
, Str :$body!
)
Delete a gist comment
WebService::GitHub::Gists::Comments.delete-comment( Str $gist-id
, Int(Str) $comment-id
)
Get a gist comment
WebService::GitHub::Gists::Comments.get-comment( Str $gist-id
, Int(Str) $comment-id
)
List gist comments
WebService::GitHub::Gists::Comments.list-comments( Str $gist-id
, Int(Str) :$per-page
, Int(Str) :$page
)
Update a gist comment
WebService::GitHub::Gists::Comments.update-comment( Str $gist-id
, Int(Str) $comment-id
, Str :$body!
)