Skip to content
This repository was archived by the owner on Feb 9, 2024. It is now read-only.

Latest commit

 

History

History
executable file
·
28 lines (18 loc) · 875 Bytes

README.md

File metadata and controls

executable file
·
28 lines (18 loc) · 875 Bytes

Notice: As the official DocuSign C# client now supports .NET Core, this package is no longer maintained. It is recommended that you use the official DocuSign C# API instead.

DocuSign .NET Core Client

This is an exploratory implementation of the DocuSign API within a .NET Core compatible C# implementation.

This is a fork of the official DocuSign C# API. When the official repository properly supports .NET Core, it is recommended to use that repository instead.

Requirements

  • Visual Studio 2017

Install

Installation is via Nuget. In the Nuget Package Manager, enter:

Install-Package DocuSign.NetCore

Usage

For usage details, please see the original documentation.