| 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": "Read, send, delete, and manage your email" | 6 "description": "Read, send, delete, and manage your email" |
| 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 23 matching lines...) Expand all Loading... |
| 34 } | 34 } |
| 35 } | 35 } |
| 36 } | 36 } |
| 37 }, | 37 }, |
| 38 "basePath": "/gmail/v1/users/", | 38 "basePath": "/gmail/v1/users/", |
| 39 "baseUrl": "https://www.googleapis.com/gmail/v1/users/", | 39 "baseUrl": "https://www.googleapis.com/gmail/v1/users/", |
| 40 "batchPath": "batch", | 40 "batchPath": "batch", |
| 41 "description": "Access Gmail mailboxes including sending user email.", | 41 "description": "Access Gmail mailboxes including sending user email.", |
| 42 "discoveryVersion": "v1", | 42 "discoveryVersion": "v1", |
| 43 "documentationLink": "https://developers.google.com/gmail/api/", | 43 "documentationLink": "https://developers.google.com/gmail/api/", |
| 44 "etag": "\"YWOzh2SDasdU84ArJnpYek-OMdg/sp6jQ8V0i8GKNN9WuCJbaCVJmmQ\"", | 44 "etag": "\"YWOzh2SDasdU84ArJnpYek-OMdg/l52y6jS9rk6fwLLo6oK23dMffLE\"", |
| 45 "icons": { | 45 "icons": { |
| 46 "x16": "https://www.google.com/images/icons/product/googlemail-16.png", | 46 "x16": "https://www.google.com/images/icons/product/googlemail-16.png", |
| 47 "x32": "https://www.google.com/images/icons/product/googlemail-32.png" | 47 "x32": "https://www.google.com/images/icons/product/googlemail-32.png" |
| 48 }, | 48 }, |
| 49 "id": "gmail:v1", | 49 "id": "gmail:v1", |
| 50 "kind": "discovery#restDescription", | 50 "kind": "discovery#restDescription", |
| 51 "name": "gmail", | 51 "name": "gmail", |
| 52 "ownerDomain": "google.com", | 52 "ownerDomain": "google.com", |
| 53 "ownerName": "Google", | 53 "ownerName": "Google", |
| 54 "parameters": { | 54 "parameters": { |
| (...skipping 2320 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2375 "scopes": [ | 2375 "scopes": [ |
| 2376 "https://mail.google.com/", | 2376 "https://mail.google.com/", |
| 2377 "https://www.googleapis.com/auth/gmail.modify" | 2377 "https://www.googleapis.com/auth/gmail.modify" |
| 2378 ] | 2378 ] |
| 2379 } | 2379 } |
| 2380 } | 2380 } |
| 2381 } | 2381 } |
| 2382 } | 2382 } |
| 2383 } | 2383 } |
| 2384 }, | 2384 }, |
| 2385 "revision": "20170510", | 2385 "revision": "20170606", |
| 2386 "rootUrl": "https://www.googleapis.com/", | 2386 "rootUrl": "https://www.googleapis.com/", |
| 2387 "schemas": { | 2387 "schemas": { |
| 2388 "AutoForwarding": { | 2388 "AutoForwarding": { |
| 2389 "description": "Auto-forwarding settings for an account.", | 2389 "description": "Auto-forwarding settings for an account.", |
| 2390 "id": "AutoForwarding", | 2390 "id": "AutoForwarding", |
| 2391 "properties": { | 2391 "properties": { |
| 2392 "disposition": { | 2392 "disposition": { |
| 2393 "description": "The state that a message should be left in a
fter it has been forwarded.", | 2393 "description": "The state that a message should be left in a
fter it has been forwarded.", |
| 2394 "enum": [ | 2394 "enum": [ |
| 2395 "archive", | 2395 "archive", |
| (...skipping 1070 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3466 "type": "string" | 3466 "type": "string" |
| 3467 } | 3467 } |
| 3468 }, | 3468 }, |
| 3469 "type": "object" | 3469 "type": "object" |
| 3470 } | 3470 } |
| 3471 }, | 3471 }, |
| 3472 "servicePath": "gmail/v1/users/", | 3472 "servicePath": "gmail/v1/users/", |
| 3473 "title": "Gmail API", | 3473 "title": "Gmail API", |
| 3474 "version": "v1" | 3474 "version": "v1" |
| 3475 } | 3475 } |
| OLD | NEW |