docusign-esign
Advanced tools
Changelog
[v4.2.0] eSignature API v18.3.02
Changelog
[v4.1.0] - eSignature API v18.3.00 - 9/13/2018
getOAuthBasePath()
method is now an accessor function for the new oAuthBasePath
property, rather than being derived from basePath
.ApiClient
property, oAuthBasePath
. This property is retrieved using getOAuthBasePath()
and set by setOAuthBasePath(). DCM-2834docusign.ApiClient.OAuth.BasePath
collection that holds base path data for the following environments: STAGE, DEMO, PRODUCTION
.docusign.ApiClient.RestApi.BasePath
collection that holds rest API base paths for the following environments: STAGE, DEMO, PRODUCTION
. These recorded path values can be accessed using an instantiated docusign.apiClient
object.opts
parameter that allows you to specify parameter values when instantiating an apiClient
. The opts
parameter currently supports passing in basePath
and oAuthBasePath
values. If not set during instantiation of an apiClient
, they default to their production values.Organization
value has been added to the account model. DCM-2710configureJWTAuthorizationFlow
method is now deprecated. Please use requestJWTUserToken
instead, which takes the private key as byte array or a Stream. DCM-2765Changelog
[v4.0.2] - eSignature API v18.1.02 - 7/3/2018
opts
parameter may now contain the callback, making the other opts parameters optional, and it has been renamed optsOrCallback
.
This resolves the breaking change for applications upgrading from version 3.X.X to 4.X.X.Changelog
[4.0.0] - 2018-06-06