docusign-esign-java-client icon indicating copy to clipboard operation
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.

Results 37 docusign-esign-java-client issues
Sort by recently updated
recently updated
newest added

Bumps [jackson-databind](https://github.com/FasterXML/jackson) from 2.12.1 to 2.12.6.1. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.fasterxml.jackson.core:jackson-databind&package-manager=maven&previous-version=2.12.1&new-version=2.12.6.1)](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...

dependencies

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...

question
DCM-7704

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...

area-sdk
DCM-7601

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...

area-swagger
DCM-7598

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`...

responded
DCM-7425

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...

question
responded
DCM-7010

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...

bug
question
responded
DCM-6703

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...

question
responded
DEVDOCS-3131

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...

question
responded