Releases: docusign/code-examples-node
Releases · docusign/code-examples-node
v2018.12.25-1 -- Additional comments
Added additional comments for the worker methods. The comments list the data used by the work to accomplish the example's workflow.
v2018.12.10-1 -- Four new examples
Added four new examples:
- Get the envelope tab data.
Retrieve the tab (field) values for all of the envelope's recipients.
Source. - Set envelope tab values.
The example creates an envelope and sets the initial values for its tabs (fields). Some of the tabs
are set to be read-only, others can be updated by the recipient. The example also stores
metadata with the envelope.
Source. - Set template tab values.
The example creates an envelope using a template and sets the initial values for its tabs (fields).
The example also stores metadata with the envelope.
Source. - Get the envelope custom field data (metadata).
The example retrieves the custom metadata (custom data fields) stored with the envelope.
Source.
v2018.12.05-1 Updates for SDK v4.2.1
Updated to:
- remove promisfy calls that are no longer needed with v4.2.1 of the SDK.
- create the DocuSIgn API Client object within the worker method of each example. This enables the examples to be more self-contained / straight-forward to understand.
- refactored to move the form display controller methods to the bottom of the example files.
- refactored DSAuthCodeGrant.js to remove unnecessary code
v2018.11.04-1
Initial release