You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Maestro authors and executes experiences that allow non-coders the ability to define Simple Business Process without having to write code and to deploy them seamlessly without having to have development expertise.
6
+
The Docusign SDK makes integrating Docusign into your apps and websites a seamless experience.
Leverage the power of Docusign workflows. Enjoy greater flexibility to manage your agreements using your own code in concert with the Maestro Workflow Designer.
28
+
29
+
<aid="installation"></a>
30
+
## Installation
31
+
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.
7
32
8
-
## Version Information
33
+
<aid="versionInformation"></a>
34
+
### Version Information
9
35
-**API version**: 1.0.0
10
-
-**Latest SDK version (Including prerelease)**: 1.0.0-rc3
36
+
-**Latest SDK version (Including prerelease)**: 1.0.0-rc4
* .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.
18
46
* .NET Core 2.0 or above.
19
47
* Microsoft .NET version 4.6.2+.
20
48
* TLS 1.2
21
49
22
-
## Installation
23
-
This 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.
24
-
50
+
<aid="nugetPackageManager"></a>
25
51
### NuGet Package Manager:
26
52
1. Create a new C# project, or open an existing one.
3. In the **Package Manager Console**, type: **Install-Package DocuSign.Maestro**
39
66
40
-
## Dependencies
67
+
<aid="dependencies"></a>
68
+
## SDK Dependencies
41
69
This client has the following external dependencies:
42
70
43
71
### .NET Standard v2 and .NET Core:
@@ -52,20 +80,33 @@ This client has the following external dependencies:
52
80
* System.ComponentModel.Annotations v5.0.0
53
81
* Microsoft.IdentityModel.JsonWebTokens v7.5.2
54
82
55
-
## Code examples
83
+
<aid="apiReference"></a>
84
+
## API Reference
85
+
You can refer to the API reference [here](https://developers.docusign.com/docs/maestro-api/reference/).
86
+
87
+
<aid="codeExamples"></a>
88
+
## Code Examples
56
89
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.
57
90
58
-
## OAuth implementations
91
+
<aid="oauthImplementations"></a>
92
+
## OAuth Implementations
59
93
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/).
60
94
61
95
For security purposes, Docusign recommends using the [Authorization Code Grant](https://developers.docusign.com/platform/auth/authcode/) flow.
62
96
97
+
<aid="changeLog"></a>
98
+
## Changelog
99
+
You can refer to the complete changelog [here](https://github.com/docusign/docusign-maestro-csharp-client/blob/master/CHANGELOG.md).
100
+
101
+
<aid="support"></a>
63
102
## Support
64
-
Log issues against this client through GitHub. We also have an [active developer community on Stack Overflow](https://stackoverflow.com/questions/tagged/docusignapi).
103
+
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).
65
104
105
+
<aid="license"></a>
66
106
## License
67
107
The Docusign Maestro C# Client SDK is licensed under the [MIT License](https://github.com/docusign/docusign-maestro-csharp-client/blob/master/LICENSE).
0 commit comments