Skip to content

Commit a6531fb

Browse files
Readding deleted files
1 parent 3914e4d commit a6531fb

66 files changed

Lines changed: 4101 additions & 0 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"default": {
3+
"email_address": "newuser@dropboxsign.com",
4+
"client_id": "cc91c61d00f8bb2ece1428035716b",
5+
"client_secret": "1d14434088507ffa390e6f5528465"
6+
}
7+
}
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"default": {
3+
"account": {
4+
"account_id": "a2b31224f7e6fb5581d2f8cbd91cf65fa2f86aae",
5+
"email_address": "newuser@dropboxsign.com",
6+
"is_paid_hs": false,
7+
"is_paid_hf": false,
8+
"is_locked": false,
9+
"quotas": {
10+
"templates_left": 0,
11+
"api_signature_requests_left": 0,
12+
"documents_left": 3
13+
}
14+
}
15+
}
16+
}
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"default": {
3+
"account": {
4+
"account_id": "5008b25c7f67153e57d5a357b1687968068fb465",
5+
"email_address": "me@dropboxsign.com",
6+
"is_locked": false,
7+
"is_paid_hs": true,
8+
"is_paid_hf": false,
9+
"quotas": {
10+
"api_signature_requests_left": 1250
11+
}
12+
}
13+
}
14+
}
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"default": {
3+
"callback_url": "https://www.example.com/callback"
4+
}
5+
}
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"default": {
3+
"email_address": "some_user@dropboxsign.com"
4+
}
5+
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"default": {
3+
"account": {
4+
"email_address": "some_user@dropboxsign.com"
5+
}
6+
}
7+
}
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
{
2+
"default": {
3+
"name": "My Production App",
4+
"callback_url": "https://example.com/callback",
5+
"domains": [
6+
"example.com"
7+
],
8+
"oauth": {
9+
"callback_url": "https://example.com/oauth",
10+
"scopes": [
11+
"basic_account_info",
12+
"request_signature"
13+
]
14+
},
15+
"options": {
16+
"can_insert_everywhere": true
17+
},
18+
"white_labeling_options": {
19+
"header_background_color": "#1A1A1A",
20+
"legal_version": "terms1",
21+
"link_color": "#0061FE",
22+
"page_background_color": "#f7f8f9",
23+
"primary_button_color": "#0061FE",
24+
"primary_button_color_hover": "#0061FE",
25+
"primary_button_text_color": "#ffffff",
26+
"primary_button_text_color_hover": "#ffffff",
27+
"secondary_button_color": "#ffffff",
28+
"secondary_button_color_hover": "#ffffff",
29+
"secondary_button_text_color": "#0061FE",
30+
"secondary_button_text_color_hover": "#0061FE",
31+
"text_color1": "#808080",
32+
"text_color2": "#ffffff"
33+
}
34+
}
35+
}
Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
{
2+
"default": {
3+
"api_app": {
4+
"client_id": "0dd3b823a682527788c4e40cb7b6f7e9",
5+
"created_at": 1436232339,
6+
"domains": ["example.com"],
7+
"is_approved": false,
8+
"name": "My Production App",
9+
"oauth": {
10+
"callback_url": "https://example.com/oauth",
11+
"scopes": [
12+
"basic_account_info",
13+
"request_signature"
14+
],
15+
"charges_users": false,
16+
"secret": "98891a1b59f312d04cd88e4e0c498d75"
17+
},
18+
"options": {
19+
"can_insert_everywhere": true
20+
},
21+
"owner_account": {
22+
"account_id": "dc5deeb9e10b044c591ef2475aafad1d1d3bd888",
23+
"email_address": "john@example.com"
24+
},
25+
"white_labeling_options": {
26+
"header_background_color": "#1A1A1A",
27+
"legal_version": "terms1",
28+
"link_color": "#0061FE",
29+
"page_background_color": "#f7f8f9",
30+
"primary_button_color": "#0061FE",
31+
"primary_button_color_hover": "#0061FE",
32+
"primary_button_text_color": "#ffffff",
33+
"primary_button_text_color_hover": "#ffffff",
34+
"secondary_button_color": "#ffffff",
35+
"secondary_button_color_hover": "#ffffff",
36+
"secondary_button_text_color": "#0061FE",
37+
"secondary_button_text_color_hover": "#0061FE",
38+
"text_color1": "#808080",
39+
"text_color2": "#ffffff"
40+
}
41+
}
42+
}
43+
}
Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
{
2+
"default": {
3+
"api_apps": [
4+
{
5+
"client_id": "0dd3b823a682527788c4e40cb7b6f7e9",
6+
"created_at": 1436232339,
7+
"domains": ["example.com"],
8+
"is_approved": true,
9+
"name": "My Production App",
10+
"oauth": {
11+
"callback_url": "https://example.com/oauth",
12+
"scopes": [
13+
"basic_account_info",
14+
"request_signature"
15+
],
16+
"charges_users": false,
17+
"secret": "98891a1b59f312d04cd88e4e0c498d75"
18+
},
19+
"options": {
20+
"can_insert_everywhere": true
21+
},
22+
"owner_account": {
23+
"account_id": "dc5deeb9e10b044c591ef2475aafad1d1d3bd888",
24+
"email_address": "john@example.com"
25+
}
26+
},
27+
{
28+
"client_id": "bff6d867fafcca27554cf89b1ca98793",
29+
"created_at": 1433458421,
30+
"domains": ["example.com"],
31+
"is_approved": false,
32+
"name": "My Other App",
33+
"options": {
34+
"can_insert_everywhere": true
35+
},
36+
"owner_account": {
37+
"account_id": "dc5deeb9e10b044c591ef2475aafad1d1d3bd888",
38+
"email_address": "john@example.com"
39+
}
40+
}
41+
],
42+
"list_info": {
43+
"num_pages": 1,
44+
"num_results": 2,
45+
"page": 1,
46+
"page_size": 20
47+
}
48+
}
49+
}
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
{
2+
"default": {
3+
"name": "New Name",
4+
"domains": [
5+
"example.com"
6+
],
7+
"callback_url": "https://example.com/dropboxsign",
8+
"oauth": {
9+
"callback_url": "https://example.com/oauth",
10+
"scopes": [
11+
"basic_account_info",
12+
"request_signature"
13+
]
14+
},
15+
"options": {
16+
"can_insert_everywhere": true
17+
},
18+
"white_labeling_options": {
19+
"header_background_color": "#1A1A1A",
20+
"legal_version": "terms1",
21+
"link_color": "#0061FE",
22+
"page_background_color": "#f7f8f9",
23+
"primary_button_color": "#0061FE",
24+
"primary_button_color_hover": "#0061FE",
25+
"primary_button_text_color": "#ffffff",
26+
"primary_button_text_color_hover": "#ffffff",
27+
"secondary_button_color": "#ffffff",
28+
"secondary_button_color_hover": "#ffffff",
29+
"secondary_button_text_color": "#0061FE",
30+
"secondary_button_text_color_hover": "#0061FE",
31+
"text_color1": "#808080",
32+
"text_color2": "#ffffff"
33+
}
34+
}
35+
}

0 commit comments

Comments
 (0)