Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 450 Bytes

File metadata and controls

15 lines (12 loc) · 450 Bytes

Instegrations API

Back to the navigation

Wraps GitHub Integrations API.

Create a new installation token

For the installation id 123 use the following:

$token = $client->api('integrations')->createInstallationToken(123);

To create an access token on behalf of a user with id 456 use:

$token = $client->api('integrations')->createInstallationToken(123, 456);