- Calling Ruby SDK methods and handling errors | Docusign
The Ruby SDK provides an ApiError class that is used for common scenarios where exceptions are thrown It’s a best practice to catch this exception in your code and inspect the error code and message properties, which provide useful information to understand the cause of the error
- How-To Get Envelope Information | REST API | Docusign
How to get envelope information This topic demonstrates how to get the full set of data associated with an envelope that was sent by your app Using the code presented here, you can see whether documents have been signed and which, if any, outstanding items remain to be completed This example will return information about the envelope, particularly its status (any, created, deleted, sent
- Ruby SDK | Docusign
It is provided as both a Ruby gem and an open source repo on GitHub The Ruby eSignature SDK is also used when developers opt to get started with the Ruby Quickstart, which generates ready-to-use, personalized Ruby code
- How-To Download Envelope Documents | REST | Docusign
Run this code example from our Quickstart or launcher projects: Bash, C#, Java, Node js, PHP, PowerShell, Python, or Ruby See complete documentation of the EnvelopeDocuments:get endpoint in the API Reference
- Envelopes Resource | REST API | Docusign
Explore the REST API for envelope creation and management, including sending, signing, and tracking documents electronically with DocuSign
- Ruby SDK setup and configuration | Docusign
By using these classes instead of generic JSON objects, Ruby developers can develop with the Docusign eSignature API more easily and quickly than by using JSON directly
- eSignature How-Tos Code Examples | REST API | Docusign
This section contains eSignature API how-tos that show how to implement the Docusign eSignature REST API in a variety of scenarios
- How-To List Envelope Status Changes | REST API | Docusign
View the source code for this example on GitHub: Bash, C#, Java, Node js, PHP, PowerShell, Python, or Ruby
|