docusign-esign-java-client
docusign-esign-java-client copied to clipboard
The Official DocuSign Java Client Library used to interact with the eSign REST API. Send, sign, and approve documents using this client.
Bumps [jackson-databind](https://github.com/FasterXML/jackson) from 2.12.1 to 2.12.6.1. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
We have upgraded recently our version from 3.6 to 3.8 and we have noticed a regression regarding the built URI. our current code to build the uri is: ``` ApiClient...
Hi, I realize this is more a feature request than an issue, but the missing feature forced us to write a HTTP client to call the DocuSign REST API directly...
The current `com.docusign.esign.model.Tabs` model contains getters and setters for all the tab types. There doesn't appear to be a good way to determine which tabs are defined without a verbose...
The REST API supports toggle of the `authoritativeCopy` attribute within a `Document` object on Envelope creation using a `CompositeTemplate`. The SDK has no way of mimicking this behavior, as `Document`...
Hi there, We are using the "docusign-java-client" library to automate an eSignature process. However, at runtime we face an issue due to the fact that other dependencies we are using...
https://github.com/docusign/docusign-esign-java-client/blob/9e01628d0aa825fee2bfaba62b50474b0bd8cb8b/src/main/java/com/docusign/esign/api/EnvelopesApi.java#L6705 According to the rest api, the bytes should be submitted as the body of the PUT: https://developers.docusign.com/docs/esign-rest-api/reference/envelopes/envelopeattachments/create/ Looking at the code, there's no way to pass the bytes in...
Hello! The following code always produces a 400 error: ```java EnvelopeIdsRequest request = new EnvelopeIdsRequest(); request.setEnvelopeIds(incompleteEnvelopeIds); EnvelopesInformation envelopesInformation = envelopesApi .listStatus(accountId, request); ``` ``` com.docusign.esign.client.ApiException: Error while requesting server, received...
I found that there is no method in ApiClient to refresh the authentication token, so I had to add an adapter to my project. Here I propose a solution.
Hi, We would like to have the possibility for our clients to be able to change their signature after they already adopted one. Here is a link of a video...