https://github.com/docusign/docusign-maestro-csharp-client
The Docusign official C# Maestro SDK
https://github.com/docusign/docusign-maestro-csharp-client
csharp docusign-api maestro
Last synced: 3 months ago
JSON representation
The Docusign official C# Maestro SDK
- Host: GitHub
- URL: https://github.com/docusign/docusign-maestro-csharp-client
- Owner: docusign
- License: mit
- Created: 2024-04-03T17:41:58.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-04-29T15:08:28.000Z (about 1 year ago)
- Last Synced: 2024-04-30T07:50:43.692Z (about 1 year ago)
- Topics: csharp, docusign-api, maestro
- Language: C#
- Homepage: https://developers.docusign.com/docs/maestro-api
- Size: 761 KB
- Stars: 0
- Watchers: 8
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# The Official Docusign Maestro C# Client SDK
[![Nuget version][nuget-image]][nuget-url]
[![Nuget downloads][downloads-image]][downloads-url]The Docusign SDK makes integrating Docusign into your apps and websites a seamless experience.
## Table of Contents
- [Introduction](#introduction)
- [Installation](#installation)
* [Version Information](#versionInformation)
* [Requirements](#requirements)
* [Compatibility](#compatibility)
* [NuGet Package Manager](#nugetPackageManager)
* [Package Manager Console](#packageManagerConsole)
- [Dependencies](#dependencies)
- [API Reference](#apiReference)
- [Code Examples](#codeExamples)
- [OAuth Implementations](#oauthImplementations)
- [Changelog](#changeLog)
- [Support](#support)
- [License](#license)
- [Additional Resources](#additionalResources)
## Introduction
Leverage the power of Docusign workflows. Enjoy greater flexibility to manage your agreements using your own code in concert with the Maestro Workflow Designer.
## 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](https://developers.docusign.com/docs/maestro-api/how-to/) from the [Docusign Developer Center](https://developers.docusign.com/), you merely need to install it by following the instructions below.
### Version Information
- **API version**: 1.0.0
- **Latest SDK version (Including prerelease)**: 1.0.2
### Requirements
* Microsoft .NET version 4.6.2+ (4.7 recommended)
* Free [developer account](https://go.docusign.com/o/sandbox/?postActivateUrl=https://developers.docusign.com/)
### Compatibility
* .NET Standard 2.0. See [.NET Standard Selector](https://immo.landwerth.net/netstandard-versions/) for details on versioning for the individual components in .NET Standard.
* .NET Core 2.0 or above.
* Microsoft .NET version 4.6.2+.
* TLS 1.2
### 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.Maestro**.
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.Maestro**
## SDK Dependencies
This client has the following external dependencies:### .NET Standard v2 and .NET Core:
* Newtonsoft.Json v13.0.3
* BouncyCastle.Cryptography v2.3.1
* System.ComponentModel.Annotations v5.0.0
* Microsoft.IdentityModel.JsonWebTokens v7.5.2### .NET Framework, version 4.6.2:
* Newtonsoft.Json v13.0.3
* BouncyCastle.Cryptography v2.3.1
* System.ComponentModel.Annotations v5.0.0
* Microsoft.IdentityModel.JsonWebTokens v7.5.2
## API Reference
You can refer to the API reference [here](https://developers.docusign.com/docs/maestro-api/reference/).
## Code Examples
Explore our GitHub repository for the [Launcher](https://github.com/docusign/code-examples-csharp/), a self-executing package housing code examples for the Maestro 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](https://developers.docusign.com/docs/esign-rest-api/quickstart/). These examples support both the [Authorization Code Grant](https://developers.docusign.com/platform/auth/authcode/) and [JSON Web Token (JWT)](https://developers.docusign.com/platform/auth/jwt/) authentication workflows.
## OAuth Implementations
For details regarding which type of OAuth grant will work best for your Docusign integration, see [Choose OAuth Type](https://developers.docusign.com/platform/auth/choose/) in the [Docusign Developer Center](https://developers.docusign.com/).For security purposes, Docusign recommends using the [Authorization Code Grant](https://developers.docusign.com/platform/auth/authcode/) flow.
## Changelog
You can refer to the complete changelog [here](https://github.com/docusign/docusign-maestro-csharp-client/blob/master/CHANGELOG.md).
## Support
Log issues against this client SDK through GitHub. You can also reach out to us through [Docusign Community](https://community.docusign.com/developer-59) and [Stack Overflow](https://stackoverflow.com/questions/tagged/docusignapi).
## License
The Docusign Maestro C# Client SDK is licensed under the [MIT License](https://github.com/docusign/docusign-maestro-csharp-client/blob/master/LICENSE).
## Additional resources
* [Docusign Developer Center](https://developers.docusign.com/)
* [Docusign API on Twitter](https://twitter.com/docusignapi)
* [Docusign For Developers on LinkedIn](https://www.linkedin.com/showcase/docusign-for-developers/)
* [Docusign For Developers on YouTube](https://www.youtube.com/channel/UCJSJ2kMs_qeQotmw4-lX2NQ)[nuget-image]: https://img.shields.io/nuget/v/DocuSign.Maestro.svg?style=flat
[nuget-url]: https://www.nuget.org/packages/DocuSign.Maestro
[downloads-image]: https://img.shields.io/nuget/dt/DocuSign.Maestro.svg?style=flat
[downloads-url]: https://www.nuget.org/packages/DocuSign.Maestro