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 }, |
11 "https://www.googleapis.com/auth/gmail.modify": { | 11 "https://www.googleapis.com/auth/gmail.modify": { |
12 "description": "View and modify but not delete your email" | 12 "description": "View and modify but not delete your email" |
13 }, | 13 }, |
14 "https://www.googleapis.com/auth/gmail.readonly": { | 14 "https://www.googleapis.com/auth/gmail.readonly": { |
15 "description": "View your emails messages and settings" | 15 "description": "View your emails messages and settings" |
16 } | 16 } |
17 } | 17 } |
18 } | 18 } |
19 }, | 19 }, |
20 "basePath": "/gmail/v1/users/", | 20 "basePath": "/gmail/v1/users/", |
21 "baseUrl": "https://www.googleapis.com/gmail/v1/users/", | 21 "baseUrl": "https://www.googleapis.com/gmail/v1/users/", |
22 "batchPath": "batch", | 22 "batchPath": "batch", |
23 "description": "The Gmail REST API.", | 23 "description": "The Gmail REST API.", |
24 "discoveryVersion": "v1", | 24 "discoveryVersion": "v1", |
25 "documentationLink": "https://developers.google.com/gmail/api/", | 25 "documentationLink": "https://developers.google.com/gmail/api/", |
26 "etag": "\"l66ggWbucbkBw9Lpos72oziyefE/oTc1ZFBBKYPWVfuhl_PGLzRZK7E\"", | 26 "etag": "\"ye6orv2F-1npMW3u9suM3a7C5Bo/oTc1ZFBBKYPWVfuhl_PGLzRZK7E\"", |
27 "icons": { | 27 "icons": { |
28 "x16": "https://www.google.com/images/icons/product/googlemail-16.png", | 28 "x16": "https://www.google.com/images/icons/product/googlemail-16.png", |
29 "x32": "https://www.google.com/images/icons/product/googlemail-32.png" | 29 "x32": "https://www.google.com/images/icons/product/googlemail-32.png" |
30 }, | 30 }, |
31 "id": "gmail:v1", | 31 "id": "gmail:v1", |
32 "kind": "discovery#restDescription", | 32 "kind": "discovery#restDescription", |
33 "name": "gmail", | 33 "name": "gmail", |
34 "ownerDomain": "google.com", | 34 "ownerDomain": "google.com", |
35 "ownerName": "Google", | 35 "ownerName": "Google", |
36 "parameters": { | 36 "parameters": { |
(...skipping 1739 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1776 "type": "string" | 1776 "type": "string" |
1777 } | 1777 } |
1778 }, | 1778 }, |
1779 "type": "object" | 1779 "type": "object" |
1780 } | 1780 } |
1781 }, | 1781 }, |
1782 "servicePath": "gmail/v1/users/", | 1782 "servicePath": "gmail/v1/users/", |
1783 "title": "Gmail API", | 1783 "title": "Gmail API", |
1784 "version": "v1" | 1784 "version": "v1" |
1785 } | 1785 } |
OLD | NEW |