Hello,
It appears the ApiClient object is missing from the definitions.
More Specifically because swagger doesn't contain the ApiClient object, I don't see any actual way of authenticating the requests via the API.
The documentation calls for
`
import * as docusign from 'docusign-esign';
const apiClient = new docusign.ApiClient(); // ApiClient doesn't exist
// use jwt authentication through apiClient object
`
I'm following the logic in your auto-generated Quickstart project for nodejs, the corresponding code location is on github.
Is there a new way to authenticate? If not could you help fix this? thanks!
Hello,
It appears the ApiClient object is missing from the definitions.
More Specifically because swagger doesn't contain the ApiClient object, I don't see any actual way of authenticating the requests via the API.
The documentation calls for
`
import * as docusign from 'docusign-esign';
const apiClient = new docusign.ApiClient(); // ApiClient doesn't exist
// use jwt authentication through apiClient object
`
I'm following the logic in your auto-generated Quickstart project for nodejs, the corresponding code location is on github.
Is there a new way to authenticate? If not could you help fix this? thanks!