Added proxy support (#1260)

This commit is contained in:
Tomas Della Vedova
2020-08-03 11:39:24 +02:00
committed by GitHub
parent 629894adba
commit 26238634a7
15 changed files with 344 additions and 6 deletions

1
index.d.ts vendored
View File

@ -107,6 +107,7 @@ interface ClientOptions {
name?: string | symbol;
auth?: BasicAuth | ApiKeyAuth;
context?: Context;
proxy?: string | URL;
cloud?: {
id: string;
// TODO: remove username and password here in 8