Closed
Description
There is an API call you can make to fetch your installations.
GET /integration/installations
Referenced here: https://developer.github.com/v3/integrations/
This can easily be added to Api/Integrations.php by adding these lines:
public function findInstallations()
{
return $this->get('/integration/installations');
}
I realize that this can be accomplished using the generic $github->getHttpClient()->get('integration/installations')
, but this convenience method would be nice.
Metadata
Metadata
Assignees
Labels
No labels