timeline.md

December 9, 2017 · View on GitHub

Issues / Timeline API

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();

List events for an issue

$events = $client->api('issue')->timeline()->all('KnpLabs', 'php-github-api', 123);

Contents

  1. 1Issues / Timeline API
  2. 1.1List events for an issue