JGithubPackageGistsComments
class JGithubPackageGistsComments extends JGithubPackage
GitHub API Gists Comments class for the Joomla Platform.
Methods
object
create(
integer $gistId,
string $body)
Method to create a comment on a gist.
void
delete(
integer $commentId)
Method to delete a comment on a gist.
object
edit(
integer $commentId,
string $body)
Method to update a comment on a gist.
object
get(
integer $commentId)
Method to get a specific comment on a gist.
array
getList(
integer $gistId,
integer $page,
integer $limit)
Method to get the list of comments on a gist.