Skip to content

Releases: docusign/code-examples-node

v2018.12.25-1 -- Additional comments

25 Dec 12:32
Compare
Choose a tag to compare

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

10 Dec 07:35
Compare
Choose a tag to compare

Added four new examples:

  1. Get the envelope tab data.
    Retrieve the tab (field) values for all of the envelope's recipients.
    Source.
  2. 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.
  3. 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.
  4. 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

05 Dec 10:13
Compare
Choose a tag to compare

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

04 Dec 19:23
Compare
Choose a tag to compare

Initial release