Skip to content

Add "Find installations" wrapper to Integrations #516

Closed
@offsky

Description

@offsky

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions