-
**Description:**
> $subject
Related to: [#166](https://github.com/ballerina-platform/plugin-gradle/issues/166)
-
## Summary
Use GitHub User's Primary Email When Preparing DocuSign
## Background
Brian Warner suggested that we should detect and use a GitHub contributor's primary GitHub email address when execut…
-
### Description of Enhancement :
OCX specifies we should track whether stock class is paper certificated, digital certificated or None. "Digital" is basically a level of formality on top of just tr…
JSv4 updated
2 months ago
-
After completing an Uppy integration with Dropbox and Google Drive, via the Transloadit Companion integration path: I am extremely impressed with this entire project, the elegance of the code, the bri…
-
Hi, I'm using the library inside a Laravel project where I'm trying to generate the signing url for a specific signer.
Before this, the envelope is created using the api as well, calling the `createS…
-
Hi,
I want to request that `docusign-esign-java` be shaded using `maven-shade-plugin`.
Our company is currently adopting the DocuSign Java SDK and found that `docusign-esign-java` is not shaded.…
-
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 (which IMHO defeats the purpose of having…
-
Hi,
I had to do:
```
{:docusign, "~> 1.1"},
{:timex, "~> 3.7"},
{:hackney, "~> 1.18"}
```
do get this to compile due to old hackney issues and `certifi`, but then all fa…
-
I'm getting the following error when running `api_client.request_jwt_user_token()`:
> AttributeError: 'str' object has no attribute 'decode'. Did you mean: 'encode'?
(docusign_admin/client/api_c…
-
Hello!
The following code always produces a 400 error:
```java
EnvelopeIdsRequest request = new EnvelopeIdsRequest();
request.setEnvelopeIds(incompleteEnvelopeIds);
EnvelopesInformation env…