| 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.google.com/calendar/feeds": { | 8 "https://www.google.com/calendar/feeds": { |
| 9 "description": "Manage your calendars" | 9 "description": "Manage your calendars" |
| 10 }, | 10 }, |
| (...skipping 26 matching lines...) Expand all Loading... |
| 37 } | 37 } |
| 38 } | 38 } |
| 39 } | 39 } |
| 40 }, | 40 }, |
| 41 "basePath": "", | 41 "basePath": "", |
| 42 "baseUrl": "https://script.googleapis.com/", | 42 "baseUrl": "https://script.googleapis.com/", |
| 43 "batchPath": "batch", | 43 "batchPath": "batch", |
| 44 "description": "Executes Google Apps Script projects.", | 44 "description": "Executes Google Apps Script projects.", |
| 45 "discoveryVersion": "v1", | 45 "discoveryVersion": "v1", |
| 46 "documentationLink": "https://developers.google.com/apps-script/execution/re
st/v1/scripts/run", | 46 "documentationLink": "https://developers.google.com/apps-script/execution/re
st/v1/scripts/run", |
| 47 "etag": "\"C5oy1hgQsABtYOYIOXWcR3BgYqU/FcNWZezE05ypidUunx03uCyJR70\"", | 47 "etag": "\"tbys6C40o18GZwyMen5GMkdK-3s/FcNWZezE05ypidUunx03uCyJR70\"", |
| 48 "icons": { | 48 "icons": { |
| 49 "x16": "http://www.google.com/images/icons/product/search-16.gif", | 49 "x16": "http://www.google.com/images/icons/product/search-16.gif", |
| 50 "x32": "http://www.google.com/images/icons/product/search-32.gif" | 50 "x32": "http://www.google.com/images/icons/product/search-32.gif" |
| 51 }, | 51 }, |
| 52 "id": "script:v1", | 52 "id": "script:v1", |
| 53 "kind": "discovery#restDescription", | 53 "kind": "discovery#restDescription", |
| 54 "name": "script", | 54 "name": "script", |
| 55 "ownerDomain": "google.com", | 55 "ownerDomain": "google.com", |
| 56 "ownerName": "Google", | 56 "ownerName": "Google", |
| 57 "parameters": { | 57 "parameters": { |
| (...skipping 263 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 321 "type": "string" | 321 "type": "string" |
| 322 } | 322 } |
| 323 }, | 323 }, |
| 324 "type": "object" | 324 "type": "object" |
| 325 } | 325 } |
| 326 }, | 326 }, |
| 327 "servicePath": "", | 327 "servicePath": "", |
| 328 "title": "Google Apps Script Execution API", | 328 "title": "Google Apps Script Execution API", |
| 329 "version": "v1" | 329 "version": "v1" |
| 330 } | 330 } |
| OLD | NEW |