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
Copy file name to clipboardExpand all lines: README.md
+9-5Lines changed: 9 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,11 @@
2
2
3
3
### Github repo: [code-examples-python](./)
4
4
5
-
This GitHub repo includes code examples for both the DocuSign eSignature REST API as well as the DocuSign Rooms API. To use the Rooms API code example, modify the EXAMPLES_API_TYPE setting at the end of the ds_config.py file. Set 'Rooms' to True and 'ESignature' to False.
5
+
This GitHub repo includes code examples for DocuSign APIs.
6
+
7
+
To switch between API code examples, modify the EXAMPLES_API_TYPE setting at the end of the configuration file. Set only one API type to true and set the remaining to false.
8
+
9
+
If none of the API types are set to true, the DocuSign eSignature REST API code examples will be shown. If multiple API types are set to true, only the first will be shown.
6
10
7
11
**Note:** to use the Rooms API you must also [create your DocuSign Developer Account for Rooms](https://developers.docusign.com/docs/rooms-api/rooms101/create-account).
8
12
@@ -169,7 +173,7 @@ This example demonstrates how to grant Office access to a Form Group.
@@ -225,8 +229,8 @@ When the token expires, it updates automatically.
225
229
### Installation steps
226
230
**Note: If you downloaded this code using Quickstart from the DocuSign Developer Center, skip steps 4 and 5 below as they're automatically performed for you.**
227
231
228
-
1.Download or clone this repository to your workstation to directory**code-examples-python**
229
-
1.**cd code-examples-python**
232
+
1.Extract the Quickstart ZIP file or download or clone the**code-examples-python** repo.
233
+
1.Switch to the folder: **cd <Quickstart_folder_name>** or **cd code-examples-python**
230
234
1.**pip3 install -r requirements.txt** (or pipenv can be used)
231
235
232
236
**Note:** To run eSignature example 35, Request a signature by SMS, you will need to edit the SDK files. This is a temporary step that will be removed with future releases of the Python
0 commit comments