docusign-esign-node-client icon indicating copy to clipboard operation
docusign-esign-node-client copied to clipboard

ID Evidence API

Open OscarGodson opened this issue 1 year ago • 1 comments

It doesn't look like it but is there ID Evidence support in the Node client?

If it doesn't, does the Node client provide any hooks for hitting unsupported APIs without needing to build the raw requests from scratch? For example, in pseudo code,

const dsApiClient = new docusign.ApiClient()
dsApiClient.setBasePath(OUR_ENV_VAR)
dsApiClient.addDefaultHeader('Authorization', `Bearer ${token}`)
dsApiClient.addDefaultHeader('Content-Transfer-Encoding', 'base64')
// Here im able to call an unsupported API but with the existing Node Client patterns.
const requestApi = new docusign.apiRequest(dsApiClient, { endpoint: '/events/account/123/456/media/789' })

OscarGodson avatar Jun 28 '24 18:06 OscarGodson

Hi Oscar,

Our Node Client SDK was created specifically to access our DocuSign API. If you are having problems with the DocuSign API please let us know the details.

Regards Adrian Developer Support

Adrian-DS-Support avatar Jul 02 '24 21:07 Adrian-DS-Support

Yes, I'm referring to the DocuSign API. What additional details do you need?

OscarGodson avatar Jul 09 '24 21:07 OscarGodson

Thank you Oscar,

Our API reference includes a few methods for evidence: https://docusign.github.io/docusign-esign-node-client/module-model_IdEvidenceViewLink.html

Our apologies if the process you need has not been developed yet.

https://developers.docusign.com/docs/idevidence-api/reference/

Regards Adrian Developer Support

Adrian-DS-Support avatar Jul 09 '24 22:07 Adrian-DS-Support

Hi @OscarGodson, Currently we don't provide any base SDK which provides you with the requested functionality.

But, you can copy the ApiClient within this repo, along with any required supporting file so as to mimic similar functionality.

Thank You.

garg-mudit avatar Jul 22 '24 18:07 garg-mudit