| 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": "\"ye6orv2F-1npMW3u9suM3a7C5Bo/oTc1ZFBBKYPWVfuhl_PGLzRZK7E\"", | 26 "etag": "\"ye6orv2F-1npMW3u9suM3a7C5Bo/2uA4Ol48q89wpaEYhEu42hqUq-g\"", |
| 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 1277 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1314 "scopes": [ | 1314 "scopes": [ |
| 1315 "https://mail.google.com/", | 1315 "https://mail.google.com/", |
| 1316 "https://www.googleapis.com/auth/gmail.modify" | 1316 "https://www.googleapis.com/auth/gmail.modify" |
| 1317 ] | 1317 ] |
| 1318 } | 1318 } |
| 1319 } | 1319 } |
| 1320 } | 1320 } |
| 1321 } | 1321 } |
| 1322 } | 1322 } |
| 1323 }, | 1323 }, |
| 1324 "revision": "20141017", | 1324 "revision": "20141118", |
| 1325 "rootUrl": "https://www.googleapis.com/", | 1325 "rootUrl": "https://www.googleapis.com/", |
| 1326 "schemas": { | 1326 "schemas": { |
| 1327 "Draft": { | 1327 "Draft": { |
| 1328 "description": "A draft email in the user's mailbox.", | 1328 "description": "A draft email in the user's mailbox.", |
| 1329 "id": "Draft", | 1329 "id": "Draft", |
| 1330 "properties": { | 1330 "properties": { |
| 1331 "id": { | 1331 "id": { |
| 1332 "annotations": { | 1332 "annotations": { |
| 1333 "required": [ | 1333 "required": [ |
| 1334 "gmail.users.drafts.send" | 1334 "gmail.users.drafts.send" |
| (...skipping 251 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1586 }, | 1586 }, |
| 1587 "raw": { | 1587 "raw": { |
| 1588 "annotations": { | 1588 "annotations": { |
| 1589 "required": [ | 1589 "required": [ |
| 1590 "gmail.users.drafts.create", | 1590 "gmail.users.drafts.create", |
| 1591 "gmail.users.drafts.update", | 1591 "gmail.users.drafts.update", |
| 1592 "gmail.users.messages.insert", | 1592 "gmail.users.messages.insert", |
| 1593 "gmail.users.messages.send" | 1593 "gmail.users.messages.send" |
| 1594 ] | 1594 ] |
| 1595 }, | 1595 }, |
| 1596 "description": "The entire email message in an RFC 2822 form
atted and URL-safe base64 encoded string. Returned in messages.get and drafts.ge
t responses when the format=RAW parameter is supplied.", | 1596 "description": "The entire email message in an RFC 2822 form
atted and base64url encoded string. Returned in messages.get and drafts.get resp
onses when the format=RAW parameter is supplied.", |
| 1597 "format": "byte", | 1597 "format": "byte", |
| 1598 "type": "string" | 1598 "type": "string" |
| 1599 }, | 1599 }, |
| 1600 "sizeEstimate": { | 1600 "sizeEstimate": { |
| 1601 "description": "Estimated size in bytes of the message.", | 1601 "description": "Estimated size in bytes of the message.", |
| 1602 "format": "int32", | 1602 "format": "int32", |
| 1603 "type": "integer" | 1603 "type": "integer" |
| 1604 }, | 1604 }, |
| 1605 "snippet": { | 1605 "snippet": { |
| 1606 "description": "A short part of the message text.", | 1606 "description": "A short part of the message text.", |
| (...skipping 169 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 |