Skip to content

Instantly share code, notes, and snippets.

@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 / 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 / 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 / EmbeddedSigning.m
Last active December 17, 2015 17:28
Launches the recipient (signer) view of an envelope in an embedded session
//
// API Walkthrough 8 - Launch the signing (recipient) view of an envelope in an embedded session
//
// To run this sample:
// 1. Copy the below code into your iOS project
// 2. Enter your email, password, integrator key, name, templateId, and roleName and save
// 3. Run the code
//
// Enter your info:
@Ergin008
Ergin008 / EmbeddedSending.m
Last active December 17, 2015 17:28
Launches the tag-and-send view of an envelope in an embedded session
//
// API Walkthrough 7 - Launch the tag-and-send (aka sender) view of an envelope in an embedded session
//
// To run this sample:
// 1. Copy the below code into your iOS project
// 2. Enter your email, password, integrator key, name, templateId, and roleName and save
// 3. Run the code
//
// Enter your info:
@Ergin008
Ergin008 / GetStatusOfEnvelopes.m
Last active December 17, 2015 17:19
Get Status of a set of envelopes based on date and status filter
//
// API Walkthrough 5 - Get Status of Envelopes using Date and Status filter
//
// 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 / GetDocsInfoAndDownloadDocs.m
Last active December 17, 2015 16:49
Get info on envelope documents and download docs
//
// API Walkthrough 6 - Get envelope documents info and download documents
//
// To run this sample:
// 1. Copy the below code into your iOS project
// 2. Enter your email, password, integrator key and envelopeId and save
// 3. Run the code
//
- (void)getDocumentInfoAndDownloadDocuments
@Ergin008
Ergin008 / GetRecipientInfo.m
Last active December 17, 2015 14:39
Get the recipient information for an existing envelope
//
// API Walkthrough 3 - Get Envelope Recipient Information (Objective-C)
//
// To run this sample:
// 1. Copy the below code into your iOS project
// 2. Enter email, password, integrator key, and the envelopeId of an existing envelope in your account
// 3. Compile and Run
//
// Enter your info:
@Ergin008
Ergin008 / GetEnvelopeInfo.m
Last active December 17, 2015 14:39
Get Envelope Information of one of your existing envelopes
//
// API Walkthrough 2 - Get Envelope Information (Objective-C)
//
// To run this sample:
// 1. Copy the below code into your iOS project
// 2. Enter email, password, integrator key, and the envelopeId of an existing envelope in your account
// 3. Compile and Run
//
// Enter your info:
@Ergin008
Ergin008 / RequestSignatureFromTemplate.m
Last active December 17, 2015 11:59
Request Signature via Template (Objective-C)
//
// API Walkthrough 1 - Signature Request via Template (Objective-C)
//
// To run this sample:
// 1. Copy the below code into your iOS project
// 2. Enter email, password, integrator key, name, templateId, and roleName and save
// 3. Compile and Run
//
// Enter your info: