OLD | NEW |
1 { | 1 { |
2 "auth": { | 2 "auth": { |
3 "oauth2": { | 3 "oauth2": { |
4 "scopes": { | 4 "scopes": { |
5 "https://www.googleapis.com/auth/tasks": { | 5 "https://www.googleapis.com/auth/tasks": { |
6 "description": "Manage your tasks" | 6 "description": "Manage your tasks" |
7 }, | 7 }, |
8 "https://www.googleapis.com/auth/tasks.readonly": { | 8 "https://www.googleapis.com/auth/tasks.readonly": { |
9 "description": "View your tasks" | 9 "description": "View your tasks" |
10 } | 10 } |
11 } | 11 } |
12 } | 12 } |
13 }, | 13 }, |
14 "basePath": "/tasks/v1/", | 14 "basePath": "/tasks/v1/", |
15 "baseUrl": "https://www.googleapis.com/tasks/v1/", | 15 "baseUrl": "https://www.googleapis.com/tasks/v1/", |
16 "batchPath": "batch", | 16 "batchPath": "batch", |
17 "description": "Lets you manage your tasks and task lists.", | 17 "description": "Lets you manage your tasks and task lists.", |
18 "discoveryVersion": "v1", | 18 "discoveryVersion": "v1", |
19 "documentationLink": "https://developers.google.com/google-apps/tasks/firsta
pp", | 19 "documentationLink": "https://developers.google.com/google-apps/tasks/firsta
pp", |
20 "etag": "\"8MqRhZzx1kw0pwpjahVJEB3eI6w/2OzpktTyb8G1n0lJqDrsLrojoIY\"", | 20 "etag": "\"l66ggWbucbkBw9Lpos72oziyefE/2OzpktTyb8G1n0lJqDrsLrojoIY\"", |
21 "icons": { | 21 "icons": { |
22 "x16": "http://www.google.com/images/icons/product/tasks-16.png", | 22 "x16": "http://www.google.com/images/icons/product/tasks-16.png", |
23 "x32": "http://www.google.com/images/icons/product/tasks-32.png" | 23 "x32": "http://www.google.com/images/icons/product/tasks-32.png" |
24 }, | 24 }, |
25 "id": "tasks:v1", | 25 "id": "tasks:v1", |
26 "kind": "discovery#restDescription", | 26 "kind": "discovery#restDescription", |
27 "name": "tasks", | 27 "name": "tasks", |
28 "ownerDomain": "google.com", | 28 "ownerDomain": "google.com", |
29 "ownerName": "Google", | 29 "ownerName": "Google", |
30 "parameters": { | 30 "parameters": { |
(...skipping 656 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
687 "type": "string" | 687 "type": "string" |
688 } | 688 } |
689 }, | 689 }, |
690 "type": "object" | 690 "type": "object" |
691 } | 691 } |
692 }, | 692 }, |
693 "servicePath": "tasks/v1/", | 693 "servicePath": "tasks/v1/", |
694 "title": "Tasks API", | 694 "title": "Tasks API", |
695 "version": "v1" | 695 "version": "v1" |
696 } | 696 } |
OLD | NEW |