You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems not to be possible to configure proxy settings when initializing a new client.
It is possible for the used HTTP client (guzzle6 in my case), but I don't understand, how I should configure the proxy settings.
Is there a way to simply do this: $client = new Gitlab\Client(["proxy" => "proxy.example.org:3128"]);
The text was updated successfully, but these errors were encountered:
It seems not to be possible to configure proxy settings when initializing a new client.
It is possible for the used HTTP client (guzzle6 in my case), but I don't understand, how I should configure the proxy settings.
Is there a way to simply do this:
$client = new Gitlab\Client(["proxy" => "proxy.example.org:3128"]);
The text was updated successfully, but these errors were encountered: