JGithubCommits::getCommitComments
Method to get a list of comments for a single commit for a repository.
Signature
public function getCommitComments(string
$user,
[string
$repo = 0,
[string
$sha = 0,
[integer
$page = 0,
[integer
$limit = 0]]]] )
Parameters
-
$user
- The name of the owner of the GitHub repository.
-
$repo
- The name of the GitHub repository.
-
$sha
- The SHA of the commit to retrieve.
-
$page
- Page to request
-
$limit
- Number of results to return per page
Returns
- array