1- <h2 >Welcome</h2 >
2- <p >This launcher includes the following examples for the DocuSign Click API.</p >
3-
41<% if (showDoc) { % >
52 < p>< a target= ' _blank' href= ' <%= documentation %>' > Documentation< / a> on using OAuth Authorization Code Grant and JWT
63 from
74 a Node Express application.< / p>
85< % } %>
96
10- <% if (locals .dsConfig .multiSourceChooser ) { % >
11- < h3 class = " mt-4" > Click API Code Examples for C #, PHP , Java, Node .js , Python, and Curl< / h3>
12- < % } else { % >
13- < h3 class = " mt-4" > Click API Code Examples< / h3>
14- < % } %>
15-
16- <h4 id =" example001" >1. <a href =" eg001" >Creating a clickwrap</a ></h4 >
7+ <h4 id =" example001" >1. <a href =" eg001" >Create a clickwrap</a ></h4 >
178<p >
18- This example demonstrates how to use the Click API to create a
19- clickwrap that you can embed in your website or app.
9+ Creates a clickwrap that you can embed in your website or app.
2010</p >
2111<p >
2212 API method used:
2313 <a target =' _blank'
2414 href =" https://developers.docusign.com/docs/click-api/reference/accounts/clickwraps/createclickwrap/" >ClickWraps::createClickwrap</a >
2515</p >
2616
27- <h4 id =" example002" >2. <a href =" eg002" >Activating a clickwrap</a ></h4 >
17+ <h4 id =" example002" >2. <a href =" eg002" >Activate a clickwrap</a ></h4 >
2818<p >
29- This example demonstrates how to use the Click API to activate a
30- new clickwrap that you have already created.
19+ Activates a new clickwrap that you have already created.
3120</p >
3221<p >
3322 API method used:
3423 <a target =' _blank'
3524 href =" https://developers.docusign.com/docs/click-api/reference/accounts/clickwraps/updateclickwrapversion" >ClickWraps::updateClickwrapVersion</a >
3625</p >
3726
38- <h4 id =" example003" >3. <a href =" eg003" >Creating a new clickwrap version</a ></h4 >
39- <p >This example demonstrates how to use the Click API to
40- create a new version of a clickwrap.</p >
27+ <h4 id =" example003" >3. <a href =" eg003" >Create a new clickwrap version</a ></h4 >
28+ <p >Creates a new version of a clickwrap.</p >
4129<p >
4230 API method used:
4331 <a target =' _blank'
4432 href =" https://developers.docusign.com/docs/click-api/reference/accounts/clickwraps/createclickwrapversion/" >ClickWraps::createClickwrapVersion</a >
4533</p >
4634
47- <h4 id =" example004" >4. <a href =" eg004" >Getting a list of clickwraps</a ></h4 >
35+ <h4 id =" example004" >4. <a href =" eg004" >Get a list of clickwraps</a ></h4 >
4836<p >
49- This example demonstrates how to use the Click API to get a list of
50- clickwraps associated with a specific DocuSign user.</p >
37+ Gets a list of clickwraps associated with a specific DocuSign user.</p >
5138<p >
5239 API method used:
5340 <a target =' _blank'
5441 href =" https://developers.docusign.com/docs/click-api/reference/accounts/clickwraps/getclickwraps" >ClickWraps::getClickwraps</a >
5542</p >
5643
57- <h4 id =" example005" >5. <a href =" eg005" >Getting clickwrap responses</a ></h4 >
44+ <h4 id =" example005" >5. <a href =" eg005" >Get clickwrap responses</a ></h4 >
5845<p >
59- This example demonstrates how to use the Click API to get user
60- responses to your clickwrap agreements.</p >
46+ Gets user responses to your clickwrap agreements.</p >
6147<p >
6248 API method used:
6349 <a target =' _blank'
6450 href =" https://developers.docusign.com/docs/click-api/reference/accounts/clickwraps/getclickwrapagreements" >ClickWraps::getClickwrapAgreements</a >
65- </p >
51+ </p >
0 commit comments