FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
code-examples-python/app.json at master · ivanfeanor/code-examples-python · GitHub
ivanfeanor
/
code-examples-python
Public
forked from
docusign/code-examples-python
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
code-examples-python
/
app.json
Copy path
More file actions
More file actions
Latest commit
History
History
History
16 lines (16 loc) · 471 Bytes
Breadcrumbs
code-examples-python
/
app.json
Copy path
File metadata and controls
16 lines (16 loc) · 471 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
"name"
:
"
DocuSign Python Recipes
"
,
"description"
:
"
www.docusign.com/dev-center/recipes
"
,
"keywords"
: [
"
python
"
],
"addons"
: [],
"env"
: {
"DS_OAUTH_CLIENT_ID"
: {
"required"
:
false
,
"description"
:
"
Optional: your OAuth client_id (Integration Key).
"
},
"DS_OAUTH_SECRET"
: {
"required"
:
false
,
"description"
:
"
Optional: your OAuth secret. You must add an OAuth redirect uri of <server>/auth_redirect
"
}
}
}
Back
|
FazBrowse Home
|
New Git URL