Back to the "Issues API" | Back to the navigation
Wraps GitHub Issue Timeline API.
This api is currently only available to developers in Early Access. To access the API during the Early Access period, you must provide a custom media type in the Accept header.
$client->api('ìssue')->timeline()->configure();
$events = $client->api('issue')->timeline()->all('KnpLabs', 'php-github-api', 123);