index

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.
...

Source:

Members

(static) AccountsApi

Source:
Properties:
Type Description
module:api/AccountsApi

The AccountsApi service constructor.

(static) AgreeButtonStyles

Source:
Properties:
Type Description
module:model/AgreeButtonStyles

The AgreeButtonStyles model constructor.

(static) AgreementStatementStyles

Source:
Properties:
Type Description
module:model/AgreementStatementStyles

The AgreementStatementStyles model constructor.

(static) ApiClient

Source:
Properties:
Type Description
module:ApiClient

The ApiClient constructor.

(static) BaseAgreeButtonStyles

Source:
Properties:
Type Description
module:model/BaseAgreeButtonStyles

The BaseAgreeButtonStyles model constructor.

(static) BulkClickwrapRequest

Source:
Properties:
Type Description
module:model/BulkClickwrapRequest

The BulkClickwrapRequest model constructor.

(static) ClickwrapAgreementsResponse

Source:
Properties:
Type Description
module:model/ClickwrapAgreementsResponse

The ClickwrapAgreementsResponse model constructor.

(static) ClickwrapDeleteResponse

Source:
Properties:
Type Description
module:model/ClickwrapDeleteResponse

The ClickwrapDeleteResponse model constructor.

(static) ClickwrapRequest

Source:
Properties:
Type Description
module:model/ClickwrapRequest

The ClickwrapRequest model constructor.

(static) ClickwrapScheduledReacceptance

Source:
Properties:
Type Description
module:model/ClickwrapScheduledReacceptance

The ClickwrapScheduledReacceptance model constructor.

(static) ClickwrapsDeleteResponse

Source:
Properties:
Type Description
module:model/ClickwrapsDeleteResponse

The ClickwrapsDeleteResponse model constructor.

(static) ClickwrapTransferRequest

Source:
Properties:
Type Description
module:model/ClickwrapTransferRequest

The ClickwrapTransferRequest model constructor.

(static) ClickwrapVersion

Source:
Properties:
Type Description
module:model/ClickwrapVersion

The ClickwrapVersion model constructor.

(static) ClickwrapVersionDeleteResponse

Source:
Properties:
Type Description
module:model/ClickwrapVersionDeleteResponse

The ClickwrapVersionDeleteResponse model constructor.

(static) ClickwrapVersionResponse

Source:
Properties:
Type Description
module:model/ClickwrapVersionResponse

The ClickwrapVersionResponse model constructor.

(static) ClickwrapVersionsDeleteResponse

Source:
Properties:
Type Description
module:model/ClickwrapVersionsDeleteResponse

The ClickwrapVersionsDeleteResponse model constructor.

(static) ClickwrapVersionsPagedResponse

Source:
Properties:
Type Description
module:model/ClickwrapVersionsPagedResponse

The ClickwrapVersionsPagedResponse model constructor.

(static) ClickwrapVersionsResponse

Source:
Properties:
Type Description
module:model/ClickwrapVersionsResponse

The ClickwrapVersionsResponse model constructor.

(static) ClickwrapVersionSummaryResponse

Source:
Properties:
Type Description
module:model/ClickwrapVersionSummaryResponse

The ClickwrapVersionSummaryResponse model constructor.

(static) Configuration

Source:
Properties:
Type Description
module:Configuration

The configuration constructor.

(static) ContainerStyles

Source:
Properties:
Type Description
module:model/ContainerStyles

The ContainerStyles model constructor.

(static) DataField

Source:
Properties:
Type Description
module:model/DataField

The DataField model constructor.

(static) DisclosureLinkStyles

Source:
Properties:
Type Description
module:model/DisclosureLinkStyles

The DisclosureLinkStyles model constructor.

(static) DisplaySettings

Source:
Properties:
Type Description
module:model/DisplaySettings

The DisplaySettings model constructor.

(static) Document

Source:
Properties:
Type Description
module:model/Document

The Document model constructor.

(static) DocumentLinkStyles

Source:
Properties:
Type Description
module:model/DocumentLinkStyles

The DocumentLinkStyles model constructor.

(static) DocumentLinkStylesFocus

Source:
Properties:
Type Description
module:model/DocumentLinkStylesFocus

The DocumentLinkStylesFocus model constructor.

(static) ErrorDetails

Source:
Properties:
Type Description
module:model/ErrorDetails

The ErrorDetails model constructor.

(static) HeaderStyles

Source:
Properties:
Type Description
module:model/HeaderStyles

The HeaderStyles model constructor.

(static) ServiceInformation

Source:
Properties:
Type Description
module:model/ServiceInformation

The ServiceInformation model constructor.

(static) ServiceVersion

Source:
Properties:
Type Description
module:model/ServiceVersion

The ServiceVersion model constructor.

(static) UserAgreementRequest

Source:
Properties:
Type Description
module:model/UserAgreementRequest

The UserAgreementRequest model constructor.

(static) UserAgreementResponse

Source:
Properties:
Type Description
module:model/UserAgreementResponse

The UserAgreementResponse model constructor.

(static) UserAgreementResponseStyle

Source:
Properties:
Type Description
module:model/UserAgreementResponseStyle

The UserAgreementResponseStyle model constructor.