| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -21,7 +21,7 @@ When the token expires, it updates automatically. | |||
| 21 | 21 | ||
| 22 | 22 | For more information about the scopes used for obtaining authorization to use the eSignature API, see [Required scopes](https://developers.docusign.com/docs/esign-rest-api/esign101/auth#required-scopes). | |
| 23 | 23 | ||
| 24 | - For a list of code examples that use the eSignature API, select the Python tab under [Examples and languages](https://developers.docusign.com/docs/esign-rest-api/how-to/code-launchers#examples-and-languages) the DocuSign Developer Center. | ||
| 24 | + For a list of code examples that use the eSignature API, select the Python tab under [Examples and languages](https://developers.docusign.com/docs/esign-rest-api/how-to/code-launchers#examples-and-languages) on the DocuSign Developer Center. | ||
| 25 | 25 | ||
| 26 | 26 | ## Rooms API | |
| 27 | 27 | ||
@@ -38,7 +38,7 @@ For a list of code examples that use the Click API, select the Python tab under | |||
| 38 | 38 | ||
| 39 | 39 | ## Monitor API | |
| 40 | 40 | **Note:** To use the Monitor API, you must also [enable DocuSign Monitor for your organization](https://developers.docusign.com/docs/monitor-api/how-to/enable-monitor/). | |
| 41 | - For information about the scopes used for obtaining authorization to use the Monitor API, see [Required scopes](https://developers.docusign.com/docs/monitor-api/monitor101/auth/). | ||
| 41 | + For information about the scopes used for obtaining authorization to use the Monitor API, see the [scopes section](https://developers.docusign.com/docs/monitor-api/monitor101/auth/). | ||
| 42 | 42 | ||
| 43 | 43 | 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. | |
| 44 | 44 | ||
@@ -82,7 +82,7 @@ For a list of code examples that use the Monitor API, select the Python tab unde | |||
| 82 | 82 | 1. Add the launcher’s redirect URI. Under **Additional settings**, select **+ ADD URI**, and set a redirect URI of http://localhost:5000/ds/callback. Select **SAVE**. | |
| 83 | 83 | 1. Set a name and email address for the signer. In ds_config.py, save an email address as `signer_email` and a name as `signer_name`. | |
| 84 | 84 | **Note:** Protect your personal information. Please make sure that ds_config.py will not be stored in your source code repository. | |
| 85 | - 1. Run the launcher:`python run.py` | ||
| 85 | + 1. Run the launcher:`python run.py` | ||
| 86 | 86 | **Note:** You will need to alias the python command to run Python 3 or use `python3 run.py` | |
| 87 | 87 | 1. Open a browser to http://localhost:5000 | |
| 88 | 88 | ||
@@ -101,7 +101,7 @@ Also, in order to select JSON Web Token authentication in the launcher, in app/d | |||
| 101 | 101 | 1. Add the launcher’s redirect URI. Under **Additional settings**, select **+ ADD URI**, and set a redirect URI of http://localhost:5000/ds/callback. Select **SAVE**. | |
| 102 | 102 | 1. Set a name and email address for the signer. In ds_config.py, save an email address as `signer_email` and a name as `signer_name`. | |
| 103 | 103 | **Note:** Protect your personal information. Please make sure that ds_config.py will not be stored in your source code repository. | |
| 104 | - 1. Run the launcher:`python run.py` | ||
| 104 | + 1. Run the launcher:`python run.py` | ||
| 105 | 105 | **Note:** You will need to alias the python command to run Python 3 or use `python3 run.py` | |
| 106 | 106 | 1. Open a browser to http://localhost:5000 | |
| 107 | 107 | 1. On the black navigation bar, select **Login**. | |
@@ -123,4 +123,4 @@ This repository uses the MIT License. See [LICENSE](./LICENSE) for details. | |||
| 123 | 123 | ||
| 124 | 124 | ### Pull Requests | |
| 125 | 125 | Pull requests are welcomed. Pull requests will only be considered if their content | |
| 126 | - uses the MIT License. | ||
| 126 | + uses the MIT License. | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments