The Official DocuSign Python Client Library used to interact with the eSign REST API. Send, sign, and approve documents using this client. https://www.docusign.com/devcenter
These changes check if HTTPS_PROXY or HTTP_PROXY are set in the environment (in this order).
If so, the RESTClientObject class creates its pool_manager using urllib3.ProxyManager() instead of urllib3.PoolManager() and passes the proxy url taken from the environment variable.
These changes check if HTTPS_PROXY or HTTP_PROXY are set in the environment (in this order).
If so, the RESTClientObject class creates its pool_manager using urllib3.ProxyManager() instead of urllib3.PoolManager() and passes the proxy url taken from the environment variable.