docusign / docusign-esign-python-client

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
MIT License
98 stars 88 forks source link

Infer OAuth Host #144

Open deckar01 opened 2 years ago

deckar01 commented 2 years ago

Fixes #137

Allows the oauth host name to be inferred from the base path safely. Clarifies some error messages. Adds notes for args that are inconsistent with instance properties.