Closed
Description
The documentation for using the Enterprise API (https://github.com/KnpLabs/php-github-api/blob/master/doc/enterprise.md) says you can set the enterprise URL like this:
$client->setEnterpriseUrl('https://ghe.host');
This fails because the method is private:
https://github.com/KnpLabs/php-github-api/blob/master/lib/Github/Client.php#L331