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:
This issue has been automatically marked as stale because there has been no recent activity. It will be closed after 30 days if no further activity occurs. Thank you for your contributions.
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: