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.
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.
- Visual Studio 2017
Installation is via Nuget. In the Nuget Package Manager, enter:
Install-Package DocuSign.NetCore
For usage details, please see the original documentation.