JGithubPackageIssuesEvents
class JGithubPackageIssuesEvents extends JGithubPackage
GitHub API Issues Events class for the Joomla Platform.
Records various events that occur around an Issue or Pull Request. This is useful both for display on issue/pull request information pages and also to determine who should be notified of comments.
Methods
object
getList(
string $owner,
string $repo,
integer $issue_number,
integer $page,
integer $limit)
List events for an issue.
object
getListRepository(
string $owner,
string $repo,
integer $issueId,
integer $page,
integer $limit)
List events for a repository.
object
get(
string $owner,
string $repo,
integer $id)
Get a single event.