Skip to content

Commit 1009760

Browse files
committed
adding sdk package and updating readme
1 parent 289cb29 commit 1009760

4 files changed

Lines changed: 8 additions & 3 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ app/ds_config*
99
# App's temp files
1010
app/static/files/*
1111
(*/.DS_Store
12+
app/admin/examples/eg004_add_users_via_bulk_import/uploaded_file.csv
1213

1314
# Byte-compiled / optimized / DLL files
1415
__pycache__/

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,12 @@ For information about the scopes used for obtaining authorization to use the Mon
4242

4343
For a list of code examples that use the Monitor API, select the Python tab under [Examples and languages](https://developers.docusign.com/docs/monitor-api/how-to/code-launchers/#examples-and-languages) on the DocuSign Developer Center.
4444

45+
## Admin API
46+
**Note:** Note: To use the Admin API, you must create an [organization](https://support.docusign.com/en/guides/org-admin-guide-create-org) in your DocuSign account. Also, to run the DocuSign CLM code example, [CLM must be enabled for your organization](https://support.docusign.com/en/articles/DocuSign-and-SpringCM).
47+
For information about the scopes used for obtaining authorization to use the Admin API, see the [scopes section](https://developers.docusign.com/docs/admin-api/admin101/auth/).
48+
49+
For a list of code examples that use the Admin API, select the Python tab under [Examples and languages](https://developers.docusign.com/docs/admin-api/how-to/code-launchers/#examples-and-languages) on the DocuSign Developer Center.
50+
4551
## Installation
4652

4753
### Prerequisites

app/admin/examples/eg004_add_users_via_bulk_import/csv/uploaded_file.csv

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

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ docusign-esign==3.10.0rc1
88
docusign-rooms==1.1.0
99
docusign-monitor==1.0.0
1010
docusign-click==1.0.0
11+
docusign-admin==1.0.0b0
1112
Flask==1.1.1
1213
Flask-OAuthlib==0.9.6
1314
flask-wtf==0.14.3

0 commit comments

Comments
 (0)