Skip to content

Instantly share code, notes, and snippets.

@Ergin008
Ergin008 / EmbeddedDocuSignConsole.m
Last active December 17, 2015 17:28
Launches the DocuSign Console in an embedded session
//
// API Walkthrough 9 - Start the DocuSign Console in an embedded session
//
// To run this sample:
// 1. Copy the below code into your iOS project
// 2. Enter your email, password, and integrator key and save
// 3. Run the code
//
// Enter your info:
@Ergin008
Ergin008 / RequestSignatureOnDocument.m
Last active December 17, 2015 18:48
Request Signature on a PDF document
//
// API Walkthrough 4 - Request Signature on a Document (Objective-C)
//
// To run this sample:
// 1. Copy the below code into your iOS project
// 2. Enter email, password, integrator key, name, and document name into variables and save
// 3. Compile and Run
//
// Enter your info:
@Ergin008
Ergin008 / requestSignatureTemplate.js
Last active December 19, 2015 12:19
Javascript API Walkthrough #1 - Request Signature via Template
//
// to run this sample
// 1. copy the file in your own directory - say, example.js
// 2. change "***" to appropriate values
// 3. install async and request packages
// npm install async
// npm install request
// 4. execute
// node example.js
//
@Ergin008
Ergin008 / getEnvelopeInfo.js
Last active December 19, 2015 14:39
API Walkthrough #2 - Get Envelope Info (Javascript)
//
// to run this sample
// 1. copy the file in your own directory - say, example.js
// 2. change "***" to appropriate values
// 3. install async and request packages
// npm install async
// npm install request
// 4. execute
// node example.js
//
@Ergin008
Ergin008 / getRecipientInfo.js
Last active December 19, 2015 16:49
API Walkthrough #3 - Get Envelope Recipient Info
//
// to run this sample
// 1. copy the file in your own directory - say, example.js
// 2. change "***" to appropriate values
// 3. install async and request packages
// npm install async
// npm install request
// 4. execute
// node example.js
//
@Ergin008
Ergin008 / getEnvelopeStatuses.js
Last active December 19, 2015 16:49
DocuSign API Walkthrough #5 - Get Envelope Status for Set of Envelopes (goes back one month from current date)
//
// to run this sample
// 1. copy the file in your own directory - say, example.js
// 2. change "***" to appropriate values
// 3. install async and request packages
// npm install async
// npm install request
// 4. execute
// node example.js
//
@Ergin008
Ergin008 / downloadEnvelopeDocs.js
Last active July 6, 2022 20:27
DocuSign API Walkthrough - Get Document List and Download Docs (JavaScript)
//
// to run this sample
// 1. copy the file in your own directory - say, example.js
// 2. change "***" to appropriate values
// 3. install async and request packages
// npm install async
// npm install request
// npm install fs
// 4. execute
// node example.js
@Ergin008
Ergin008 / embeddedSending.js
Last active December 20, 2015 15:59
DocuSign API Walkthrough - Embedded Sending (JavaScript)
//
// to run this sample
// 1. copy the file in your own directory - say, example.js
// 2. change "***" to appropriate values
// 3. install async and request packages
// npm install async
// npm install request
// 4. execute
// node example.js
//
@Ergin008
Ergin008 / embeddedSigning.js
Last active July 14, 2017 13:33
DocuSign API Walkthrough - Embedded Signing (JavaScript)
//
// to run this sample
// 1. copy the file in your own directory - say, example.js
// 2. change "***" to appropriate values
// 3. install async and request packages
// npm install async
// npm install request
// 4. execute
// node example.js
//
@Ergin008
Ergin008 / embeddedDocuSign.js
Last active December 20, 2015 16:09
DocuSign API Walkthrough - DocuSign Console Launch
//
// to run this sample
// 1. copy the file in your own directory - say, example.js
// 2. change "***" to appropriate values
// 3. install async and request packages
// npm install async
// npm install request
// 4. execute
// node example.js
//