docusign / docusign-click-csharp-client

Docusign Click lets you capture consent to standard agreement terms with a single click: terms and conditions, terms of service, terms of use, privacy policies, and more. The Click API lets you include this customizable clickwrap solution in your Docusign integrations.
MIT License
2 stars 5 forks source link

The Official Docusign Click C# Client SDK

Nuget version Nuget downloads

The Docusign SDK makes integrating Docusign into your apps and websites a seamless experience.

Table of Contents

Introduction

Docusign elastic signing lets you capture consent to standard agreement terms with a single click: terms and conditions, terms of service, terms of use, privacy policies, and more. The Click API lets you include this customizable solution in your Docusign integrations.

Installation

This client SDK is provided as open source, which enables you to customize its functionality to suit your particular use case. To do so, download or clone the repository. If the SDK’s given functionality meets your integration needs, or if you’re working through our code examples from the Docusign Developer Center, you merely need to install it by following the instructions below.

Version Information

Requirements

Compatibility

NuGet Package Manager:

  1. Create a new C# project, or open an existing one.
  2. Select Tools -> NuGet Package Manager -> Manage NuGet Packages for Solution.
  3. Search for Docusign.
  4. Select DocuSign.Click.
  5. Select the check box next to your project name.
  6. Click Install.

Package Manager Console:

  1. Create a new C# project, or open an existing one.
  2. Open the Package Manager Console by either method:
    1. Clicking Package Manager Console along the bottom of Visual Studio
    2. Clicking Tools -> NuGet Package Manager -> Package Manager Console
  3. In the Package Manager Console, type: Install-Package DocuSign.Click

SDK Dependencies

This client has the following external dependencies:

.NET Standard v2 and .NET Core:

.NET Framework, version 4.6.2:

API Reference

You can refer to the API reference here.

Code Examples

Explore our GitHub repository for the Launcher, a self-executing package housing code examples for the Click C# SDK. This package showcases several common use cases and their respective source files. Additionally, you can download a version preconfigured for your Docusign developer account from Quickstart. These examples support both the Authorization Code Grant and JSON Web Token (JWT) authentication workflows.

OAuth Implementations

For details regarding which type of OAuth grant will work best for your Docusign integration, see Choose OAuth Type in the Docusign Developer Center.

For security purposes, Docusign recommends using the Authorization Code Grant flow.

Changelog

You can refer to the complete changelog here.

Support

Log issues against this client SDK through GitHub. You can also reach out to us through Docusign Community and Stack Overflow.

License

The Docusign Click C# Client SDK is licensed under the MIT License.

Additional resources