Skip to content

Commit c5f6a2e

Browse files
AaronWDSInbarGazitPaige RossipaigesrossimeihDS
authored
Devdocs 3881 (#13)
* Improving the JWT flow to ensure it works correctly for developers even if not using Quickstart * removing extra file * Adding Rooms API to the code examples * Quickstart fix * updating scopes to be based on the API selected * Quickstart adjustment * Fixing typo * Quickstart adjustments * fixing broken links from DEVDOCS-3396 * Fixing manifest for VS Extensions * Small refactoring to fit steps of code example * Updating README.md with information about Rooms API * fix typos in rooms examples * Fixing links from inside Launcher to the different code example controllers * Fixing issue 24 (#24) * Removed "ceremony" * Updating versions of the SDKs * removed "sandbox" * Update PAYMENTS_INSTALLATION.md * Adding three new Advanced Recipient Routing (ARR) code examples * Fixing issues * cleanup * adding three new ARR (Advanced Recipient Routing) code examples * more more part needed for ARR * Fix typo * Update ConfigurationManifest.json * Rename EnvelpeDocItem.cs to EnvelopeDocItem.cs * fixed homepage view, removed 3,4 from controllers and views files and updated readme to remove those examples Co-authored-by: Inbar Gazit <inbar.gazit@docusign.com> Co-authored-by: Paige Rossi <Paige.Rossi@dsa026975.docusignhq.com> Co-authored-by: Paige Rossi <70241979+paigesrossi@users.noreply.github.com> Co-authored-by: meihDS <70775251+meihDS@users.noreply.github.com>
1 parent 8e48338 commit c5f6a2e

File tree

12 files changed

+17
-190
lines changed

12 files changed

+17
-190
lines changed

README.md

Lines changed: 14 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -140,48 +140,42 @@ The **refresh token** is not used in this example.
140140

141141
1. **Create room with Data.**
142142
[Source.](./launcher-csharp/Rooms/Controllers/Eg01CreateRoomWithDataController.cs)
143-
This example creates a new room in your DocuSign Rooms account to be used for a transaction.
143+
This code example creates a new room in your DocuSign Rooms account to be used for a transaction.
144144
1. **Create a room from a template.**
145145
[Source.](./launcher-csharp/Rooms/Controllers/Eg02CreateRoomFromTemplateController.cs)
146-
This example creates a new room using a template.
146+
This code example creates a new room using a template.
147147
1. **Create room with Data.**
148148
[Source.](./launcher-csharp/Rooms/Controllers/Eg03ExportDataFromRoomController.cs)
149-
This example exports all the avialalble data from a specific room in your DocuSign Rooms account.
149+
This code example exports all the avialalble data from a specific room in your DocuSign Rooms account.
150150
1. **Add forms to a room.**
151151
[Source.](./launcher-csharp/Rooms/Controllers/Eg04AddingFormToRoomController.cs)
152-
This example adds a standard real estate related form to a specific room in your DocuSign Rooms account.
152+
This code example adds a standard real estate related form to a specific room in your DocuSign Rooms account.
153153
1. **How to search for rooms with filters.**
154154
[Source.](./launcher-csharp/Rooms/Controllers/Eg05GetRoomsWithFiltersController.cs)
155-
This example searches for rooms in your DocuSign Rooms account using a specific filter.
155+
This code example searches for rooms in your DocuSign Rooms account using a specific filter.
156156
1. **Create an external form fillable session.**
157157
[Source.](./launcher-csharp/Rooms/Controllers/Eg06CreateExternalFormFillSessionController.cs)
158-
This example create an external form that can be filled using DocuSign for a specific room in your DocuSign Rooms account.
158+
This code example create an external form that can be filled using DocuSign for a specific room in your DocuSign Rooms account.
159159

160160
## Click API
161161
**Note:** to use the Click API, include click_manage and click_send scopes. Review the [Click API 101 Auth Guide](https://developers.docusign.com/docs/click-api/click101/auth) for more details.
162162

163163

164164
1. **Create Clickwraps.**
165165
[Source.](./launcher-csharp/Click/Controllers/Eg01CreateClickwrapController.cs)
166-
Creates a clickwrap.
166+
This code example creates a clickwrap.
167167
1. **Activate Clickwrap.**
168168
[Source.](./launcher-csharp/Click/Controllers/Eg02ActivateClickwrapController.cs)
169-
Activates a newly created clickwrap.
170-
1. **Test Clickwrap.**
171-
[Source.](./launcher-csharp/Click/Controllers/Eg03TestClickwrapController.cs)
172-
Tests a newly created clickwrap.
173-
1. **Clickwrap Embeding.**
174-
[Source.](./launcher-csharp/Click/Controllers/Eg04EmbedClickwrapController.cs)
175-
Embeds a clickwrap into a page.
169+
This code example activates a newly created clickwrap.
176170
1. **Clickwrap Versioning.**
177-
[Source.](./launcher-csharp/Click/Controllers/Eg05CreateNewClickwrapVersionController.cs)
178-
Creates a new clickwrap version.
171+
[Source.](./launcher-csharp/Click/Controllers/Eg03CreateNewClickwrapVersionController.cs)
172+
This code example creates a new clickwrap version.
179173
1. **Retrieve Clickwraps.**
180-
[Source.](./launcher-csharp/Click/Controllers/Eg06RetrieveClickwrapsController.cs)
181-
Retrieves clickwraps.
174+
[Source.](./launcher-csharp/Click/Controllers/Eg04RetrieveClickwrapsController.cs)
175+
This code example demonstrates how to retrieve a clickwrap.
182176
1. **Get Clickwrap Responses.**
183-
[Source.](./launcher-csharp/Click/Controllers/Eg07GetClickwrapResponsesController.cs)
184-
Retrieves a clickwrap responses.
177+
[Source.](./launcher-csharp/Click/Controllers/Eg05GetClickwrapResponsesController.cs)
178+
This code example demonstrates how to retrieve clickwrap responses.
185179

186180
## Installation
187181

launcher-csharp/Click/Controllers/Eg03TestClickwrapController.cs

Lines changed: 0 additions & 42 deletions
This file was deleted.

launcher-csharp/Click/Controllers/Eg04EmbedClickwrapController.cs

Lines changed: 0 additions & 42 deletions
This file was deleted.

launcher-csharp/Click/Views/Eg03TestClickwrap/Eg03.cshtml

Lines changed: 0 additions & 42 deletions
This file was deleted.

launcher-csharp/Click/Views/Eg04EmbedClickwrap/Eg04.cshtml

Lines changed: 0 additions & 32 deletions
This file was deleted.

launcher-csharp/Click/Views/Home/Index.cshtml

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -42,17 +42,8 @@
4242
<a target='_blank' href="https://developers.docusign.com/docs/click-api/reference/accounts/clickwraps/updateclickwrapversion/">ClickWraps::updateClickwrapVersion</a>.
4343
</p>
4444

45-
<h4 id="example03">3. <a asp-action="Get" asp-controller="Eg03TestClickwrap" asp-area="Click">Test Clickwrap</a></h4>
46-
<p>
47-
This example shows how to test a newly create clickwrap
48-
</p>
49-
50-
<h4 id="example04">4. <a asp-action="Get" asp-controller="Eg04EmbedClickwrap" asp-area="Click">Clickwrap Embeding</a></h4>
51-
<p>
52-
This example shows how to embed a clickwrap into a page
53-
</p>
5445

55-
<h4 id="example05">5. <a asp-action="Get" asp-controller="Eg05CreateNewClickwrapVersion" asp-area="Click">Clickwrap Versioning</a></h4>
46+
<h4 id="example03">3. <a asp-action="Get" asp-controller="Eg05CreateNewClickwrapVersion" asp-area="Click">Clickwrap Versioning</a></h4>
5647
<p>
5748
This example shows how to create a new clickwrap version
5849
</p>
@@ -61,7 +52,7 @@
6152
<a target='_blank' href="https://developers.docusign.com/docs/click-api/reference/accounts/clickwraps/updateclickwrapversion/">ClickWraps::updateClickwrapVersion</a>.
6253
</p>
6354

64-
<h4 id="example06">6. <a asp-action="Get" asp-controller="Eg06RetrieveClickwraps" asp-area="Click">Retrieve Clickwraps</a></h4>
55+
<h4 id="example04">4. <a asp-action="Get" asp-controller="Eg06RetrieveClickwraps" asp-area="Click">Retrieve Clickwraps</a></h4>
6556
<p>
6657
This example shows how to get a list of clickwraps
6758
</p>
@@ -70,7 +61,7 @@
7061
<a target='_blank' href="https://developers.docusign.com/docs/click-api/reference/accounts/clickwraps/getclickwraps/">ClickWraps::getClickwraps</a>.
7162
</p>
7263

73-
<h4 id="example07">7. <a asp-action="Get" asp-controller="Eg07GetClickwrapResponses" asp-area="Click">Get Clickwrap Responses</a></h4>
64+
<h4 id="example05">5. <a asp-action="Get" asp-controller="Eg07GetClickwrapResponses" asp-area="Click">Get Clickwrap Responses</a></h4>
7465
<p>
7566
This example shows how to get clickwrap responses
7667
</p>

0 commit comments

Comments
 (0)