Skip to content

Commit 522a013

Browse files
author
Olena Harkusha
committed
Update readme file with click examples
1 parent f395eb9 commit 522a013

1 file changed

Lines changed: 23 additions & 0 deletions

File tree

README.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,29 @@ This example adds a standard real estate related form to a specific room in your
140140
1. **Create an external form fillable session.**
141141
[Source.](./app/rooms/examples/eg006_create_external_form_fill_session/controller.py)
142142

143+
## Click API
144+
145+
1. **Create a clickwrap.**
146+
[Source.](./app/click/examples/eg001_create_clickwrap/controller.py)
147+
This example demonstrates how to use DocuSign Click to create a clickwrap that you can embed in your website or app.
148+
1. **Activate a clickwrap.**
149+
[Source.](./app/click/examples/eg002_activate_clickwrap/controller.py)
150+
This example demonstrates how to use DocuSign Click to activate a new clickwrap that you have already created.
151+
1. **Test a clickwrap.**
152+
[Source.](./app/click/examples/eg003_test_clickwrap/controller.py)
153+
This example demonstrates how to use Clickwrap Tester to preview a newly created and activated clickwrap.
154+
1. **Embed a clickwrap.**
155+
[Source.](./app/click/examples/eg004_embed_clickwrap/controller.py)
156+
This example demonstrates how to use DocuSign Click to embed an existing clickwrap in your website.
157+
1. **Create a new clickwrap version.**
158+
[Source.](./app/click/examples/eg005_create_new_clickwrap_version/controller.py)
159+
This example demonstrates how to use DocuSign Click to create a new version of a clickwrap.
160+
1. **Get a list of clickwraps.**
161+
This example demonstrates how to use DocuSign Click to get a list of clickwraps associated with a specific DocuSign user.
162+
[Source.](./app/click/examples/eg006_list_clickwraps/controller.py)
163+
1. **Get clickwrap responses.**
164+
This example demonstrates how to use DocuSign Click to get user responses to your clickwrap agreements.
165+
[Source.](./app/click/examples/eg007_clickwrap_responses/controller.py)
143166

144167
## Included OAuth grant types:
145168

0 commit comments

Comments
 (0)