Skip to content

Commit 2ace0e0

Browse files
authored
update readme
update readme to include instructions on how to switch between rooms and esignature examples
1 parent ecb3d9c commit 2ace0e0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# Python Launcher Code Examples
22

33
### Github repo: [code-examples-python](./)
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.
6+
7+
**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+
49
## Introduction
510
This repo is a Python 3 application that demonstrates:
611

0 commit comments

Comments
 (0)