EventsClient
class EventsClient
Class Events.
Traits
Properties
protected | $curl | from CICommon | |
protected | $api_url | from CICommon |
Methods
mixed
listForIssue(string $repo_full_name, int $issue_number)
List events for an issue.
mixed
listForRepository(string $repo_full_name)
List events for a repository.
mixed
getSingleEvent(string $repo_full_name, int $event_id)
Get a single event.
Details
in CICommon at line 18
__construct(Curl $curl, string $api_url)
CICommon constructor.
at line 25
mixed
listForIssue(string $repo_full_name, int $issue_number)
List events for an issue.
at line 37
mixed
listForRepository(string $repo_full_name)
List events for a repository.
at line 49
mixed
getSingleEvent(string $repo_full_name, int $event_id)
Get a single event.