DocuSign Node.js API client..
The index module provides access to constructors for all the classes which comprise the public API.
An AMD (recommended!) or CommonJS application will generally do something equivalent to the following:
var DocusignClick = require('index'); // See note below*.
var xxxSvc = new DocusignClick.XxxApi(); // Allocate the API class we're going to use.
var yyyModel = new DocusignClick.Yyy(); // Construct a model instance.
yyyModel.someProperty = 'someValue';
...
var zzz = xxxSvc.doSomething(yyyModel); // Invoke the service.
...
*NOTE: For a top-level AMD script, use require(['index'], function(){...})
and put the application logic within the callback function.
A non-AMD browser application (discouraged) might do something like this:
var xxxSvc = new DocusignClick.XxxApi(); // Allocate the API class we're going to use. var yyy = new DocusignClick.Yyy(); // Construct a model instance. yyyModel.someProperty = 'someValue'; ... var zzz = xxxSvc.doSomething(yyyModel); // Invoke the service. ...
Members
(static) AccountsApi
Properties:
| Type | Description |
|---|---|
| module:api/AccountsApi |
The AccountsApi service constructor.
(static) AgreeButtonStyles
Properties:
| Type | Description |
|---|---|
| module:model/AgreeButtonStyles |
The AgreeButtonStyles model constructor.
(static) AgreementStatementStyles
Properties:
| Type | Description |
|---|---|
| module:model/AgreementStatementStyles |
The AgreementStatementStyles model constructor.
(static) ApiClient
Properties:
| Type | Description |
|---|---|
| module:ApiClient |
The ApiClient constructor.
(static) BaseAgreeButtonStyles
Properties:
| Type | Description |
|---|---|
| module:model/BaseAgreeButtonStyles |
The BaseAgreeButtonStyles model constructor.
(static) BulkClickwrapRequest
Properties:
| Type | Description |
|---|---|
| module:model/BulkClickwrapRequest |
The BulkClickwrapRequest model constructor.
(static) ClickwrapAgreementsResponse
Properties:
| Type | Description |
|---|---|
| module:model/ClickwrapAgreementsResponse |
The ClickwrapAgreementsResponse model constructor.
(static) ClickwrapDeleteResponse
Properties:
| Type | Description |
|---|---|
| module:model/ClickwrapDeleteResponse |
The ClickwrapDeleteResponse model constructor.
(static) ClickwrapRequest
Properties:
| Type | Description |
|---|---|
| module:model/ClickwrapRequest |
The ClickwrapRequest model constructor.
(static) ClickwrapScheduledReacceptance
Properties:
| Type | Description |
|---|---|
| module:model/ClickwrapScheduledReacceptance |
The ClickwrapScheduledReacceptance model constructor.
(static) ClickwrapsDeleteResponse
Properties:
| Type | Description |
|---|---|
| module:model/ClickwrapsDeleteResponse |
The ClickwrapsDeleteResponse model constructor.
(static) ClickwrapTransferRequest
Properties:
| Type | Description |
|---|---|
| module:model/ClickwrapTransferRequest |
The ClickwrapTransferRequest model constructor.
(static) ClickwrapVersion
Properties:
| Type | Description |
|---|---|
| module:model/ClickwrapVersion |
The ClickwrapVersion model constructor.
(static) ClickwrapVersionDeleteResponse
Properties:
| Type | Description |
|---|---|
| module:model/ClickwrapVersionDeleteResponse |
The ClickwrapVersionDeleteResponse model constructor.
(static) ClickwrapVersionResponse
Properties:
| Type | Description |
|---|---|
| module:model/ClickwrapVersionResponse |
The ClickwrapVersionResponse model constructor.
(static) ClickwrapVersionsDeleteResponse
Properties:
| Type | Description |
|---|---|
| module:model/ClickwrapVersionsDeleteResponse |
The ClickwrapVersionsDeleteResponse model constructor.
(static) ClickwrapVersionsPagedResponse
Properties:
| Type | Description |
|---|---|
| module:model/ClickwrapVersionsPagedResponse |
The ClickwrapVersionsPagedResponse model constructor.
(static) ClickwrapVersionsResponse
Properties:
| Type | Description |
|---|---|
| module:model/ClickwrapVersionsResponse |
The ClickwrapVersionsResponse model constructor.
(static) ClickwrapVersionSummaryResponse
Properties:
| Type | Description |
|---|---|
| module:model/ClickwrapVersionSummaryResponse |
The ClickwrapVersionSummaryResponse model constructor.
(static) Configuration
Properties:
| Type | Description |
|---|---|
| module:Configuration |
The configuration constructor.
(static) ContainerStyles
Properties:
| Type | Description |
|---|---|
| module:model/ContainerStyles |
The ContainerStyles model constructor.
(static) DataField
Properties:
| Type | Description |
|---|---|
| module:model/DataField |
The DataField model constructor.
(static) DisclosureLinkStyles
Properties:
| Type | Description |
|---|---|
| module:model/DisclosureLinkStyles |
The DisclosureLinkStyles model constructor.
(static) DisplaySettings
Properties:
| Type | Description |
|---|---|
| module:model/DisplaySettings |
The DisplaySettings model constructor.
(static) Document
Properties:
| Type | Description |
|---|---|
| module:model/Document |
The Document model constructor.
(static) DocumentLinkStyles
Properties:
| Type | Description |
|---|---|
| module:model/DocumentLinkStyles |
The DocumentLinkStyles model constructor.
(static) DocumentLinkStylesFocus
Properties:
| Type | Description |
|---|---|
| module:model/DocumentLinkStylesFocus |
The DocumentLinkStylesFocus model constructor.
(static) ErrorDetails
Properties:
| Type | Description |
|---|---|
| module:model/ErrorDetails |
The ErrorDetails model constructor.
(static) HeaderStyles
Properties:
| Type | Description |
|---|---|
| module:model/HeaderStyles |
The HeaderStyles model constructor.
(static) ServiceInformation
Properties:
| Type | Description |
|---|---|
| module:model/ServiceInformation |
The ServiceInformation model constructor.
(static) ServiceVersion
Properties:
| Type | Description |
|---|---|
| module:model/ServiceVersion |
The ServiceVersion model constructor.
(static) UserAgreementRequest
Properties:
| Type | Description |
|---|---|
| module:model/UserAgreementRequest |
The UserAgreementRequest model constructor.
(static) UserAgreementResponse
Properties:
| Type | Description |
|---|---|
| module:model/UserAgreementResponse |
The UserAgreementResponse model constructor.
(static) UserAgreementResponseStyle
Properties:
| Type | Description |
|---|---|
| module:model/UserAgreementResponseStyle |
The UserAgreementResponseStyle model constructor.