Hello!
The documentation here https://github.com/googleapis/google-api-nodejs-client#using-a-proxy says that I can override global proxy settings (via HTTPS_PROXY) somehow for a particular request. Please note how it is possible. I couldn't find no proxy property for googleapis requests, nor its API clients.
e.g. in my case I want every googleapi request to pass through a proxy, but I don't want to use global proxy (environment variable). Is this possible?
#1899
Hello!
The documentation here https://github.com/googleapis/google-api-nodejs-client#using-a-proxy says that I can override global proxy settings (via
HTTPS_PROXY) somehow for a particular request. Please note how it is possible. I couldn't find noproxyproperty forgoogleapisrequests, nor its API clients.e.g. in my case I want every
googleapirequest to pass through a proxy, but I don't want to use global proxy (environment variable). Is this possible?#1899