OLD | NEW |
1 { | 1 { |
2 "auth": { | 2 "auth": { |
3 "oauth2": { | 3 "oauth2": { |
4 "scopes": { | 4 "scopes": { |
5 "https://mail.google.com/": { | 5 "https://mail.google.com/": { |
6 "description": "View and manage your mail" | 6 "description": "View and manage your mail" |
7 }, | 7 }, |
8 "https://www.googleapis.com/auth/gmail.compose": { | 8 "https://www.googleapis.com/auth/gmail.compose": { |
9 "description": "Manage drafts and send emails" | 9 "description": "Manage drafts and send emails" |
10 }, | 10 }, |
(...skipping 14 matching lines...) Expand all Loading... |
25 } | 25 } |
26 } | 26 } |
27 } | 27 } |
28 }, | 28 }, |
29 "basePath": "/gmail/v1/users/", | 29 "basePath": "/gmail/v1/users/", |
30 "baseUrl": "https://www.googleapis.com/gmail/v1/users/", | 30 "baseUrl": "https://www.googleapis.com/gmail/v1/users/", |
31 "batchPath": "batch", | 31 "batchPath": "batch", |
32 "description": "Access Gmail mailboxes including sending user email.", | 32 "description": "Access Gmail mailboxes including sending user email.", |
33 "discoveryVersion": "v1", | 33 "discoveryVersion": "v1", |
34 "documentationLink": "https://developers.google.com/gmail/api/", | 34 "documentationLink": "https://developers.google.com/gmail/api/", |
35 "etag": "\"C5oy1hgQsABtYOYIOXWcR3BgYqU/zPbxFrF5pjvpdJALHZzVyfTBzGU\"", | 35 "etag": "\"C5oy1hgQsABtYOYIOXWcR3BgYqU/5oGe4hElC9Ldx83ZJ90nbOReW1I\"", |
36 "icons": { | 36 "icons": { |
37 "x16": "https://www.google.com/images/icons/product/googlemail-16.png", | 37 "x16": "https://www.google.com/images/icons/product/googlemail-16.png", |
38 "x32": "https://www.google.com/images/icons/product/googlemail-32.png" | 38 "x32": "https://www.google.com/images/icons/product/googlemail-32.png" |
39 }, | 39 }, |
40 "id": "gmail:v1", | 40 "id": "gmail:v1", |
41 "kind": "discovery#restDescription", | 41 "kind": "discovery#restDescription", |
42 "name": "gmail", | 42 "name": "gmail", |
43 "ownerDomain": "google.com", | 43 "ownerDomain": "google.com", |
44 "ownerName": "Google", | 44 "ownerName": "Google", |
45 "parameters": { | 45 "parameters": { |
(...skipping 1392 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1438 "scopes": [ | 1438 "scopes": [ |
1439 "https://mail.google.com/", | 1439 "https://mail.google.com/", |
1440 "https://www.googleapis.com/auth/gmail.modify" | 1440 "https://www.googleapis.com/auth/gmail.modify" |
1441 ] | 1441 ] |
1442 } | 1442 } |
1443 } | 1443 } |
1444 } | 1444 } |
1445 } | 1445 } |
1446 } | 1446 } |
1447 }, | 1447 }, |
1448 "revision": "20160316", | 1448 "revision": "20160526", |
1449 "rootUrl": "https://www.googleapis.com/", | 1449 "rootUrl": "https://www.googleapis.com/", |
1450 "schemas": { | 1450 "schemas": { |
1451 "BatchDeleteMessagesRequest": { | 1451 "BatchDeleteMessagesRequest": { |
1452 "id": "BatchDeleteMessagesRequest", | 1452 "id": "BatchDeleteMessagesRequest", |
1453 "properties": { | 1453 "properties": { |
1454 "ids": { | 1454 "ids": { |
1455 "description": "The IDs of the messages to delete.", | 1455 "description": "The IDs of the messages to delete.", |
1456 "items": { | 1456 "items": { |
1457 "type": "string" | 1457 "type": "string" |
1458 }, | 1458 }, |
(...skipping 584 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2043 "type": "string" | 2043 "type": "string" |
2044 } | 2044 } |
2045 }, | 2045 }, |
2046 "type": "object" | 2046 "type": "object" |
2047 } | 2047 } |
2048 }, | 2048 }, |
2049 "servicePath": "gmail/v1/users/", | 2049 "servicePath": "gmail/v1/users/", |
2050 "title": "Gmail API", | 2050 "title": "Gmail API", |
2051 "version": "v1" | 2051 "version": "v1" |
2052 } | 2052 } |
OLD | NEW |