Wraps GitHub Integrations API.
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);