I am trying to create envelopes (including the document and envelope definition) using Docusign java SDK. But all the docusign examples show the uploading of documents as Base64 encoded strings embedded in JSON request body.
Does the java SDK allows uploading documents in binary internally using multipart requests ?
Can someone point me to an example that uploads docs as multipart request to Docusign using Docusign java SDK?