docusign-esign-python-client
docusign-esign-python-client copied to clipboard
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
Hi all, I'm attempting to use the get_document_tabs method and getting the error in the title. Any idea what could be the cause for this? I've tried a handful of...
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...
Nose is a test requirement, it is not necessary for users to install it. It is listed in `test-requirements.txt` so removing it from `install_requires` should not make a difference for...
Hi, can you give me why this code "kwargs['_return_http_data_only'] = True" is set as a fixed value in each "****_api.py" (e.g. list_status_changes of envelopes_api.py)? I want to give this value...
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.
https://github.com/docusign/docusign-esign-python-client/blob/330a500f29e91366766fb8def4947a28e4bcdff3/docusign_esign/client/api_client.py#L810 Correct me if I'm wrong, but this code will never execute. I would like to use this functionality :( It's not a blocker or any critical bug, because I...
This way, we can use this client with the latest version of Django Rest Framework
get_document method gets a document from an envelope. The problem is it saves the file in a temporary folder location with no other option. I would suggest having the option...
function `request_jwt_user_token ` following line gives an error `token = jwt.encode(payload=claim, key=private_key_bytes, algorithm='RS256').decode("utf-8")` "stackTrace": [ "Traceback (most recent call last):\n", " my_file_that_uses_the_docusign_api line something", " File \"/var/task/docusign_esign/client/api_client.py\", line 689, in...
Replace jwcrypto and py-oauth2 with PyJWT