Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(175)

Side by Side Diff: discovery/googleapis/tasks__v1.json

Issue 770773002: Api roll 7: 2014-12-01 (Closed) Base URL: git@github.com:dart-lang/googleapis.git@master
Patch Set: Created 6 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « discovery/googleapis/tagmanager__v1.json ('k') | discovery/googleapis/translate__v2.json » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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": "\"l66ggWbucbkBw9Lpos72oziyefE/KGWAadJXyIQhHMwmLhtcS8SUf-4\"", 20 "etag": "\"ye6orv2F-1npMW3u9suM3a7C5Bo/0TjOHp0h7jdMsIEfc7wjsU7Gx9k\"",
21 "icons": { 21 "icons": {
22 "x16": "https://www.google.com/images/icons/product/tasks-16.png", 22 "x16": "https://www.google.com/images/icons/product/tasks-16.png",
23 "x32": "https://www.google.com/images/icons/product/tasks-32.png" 23 "x32": "https://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 477 matching lines...) Expand 10 before | Expand all | Expand 10 after
508 "response": { 508 "response": {
509 "$ref": "Task" 509 "$ref": "Task"
510 }, 510 },
511 "scopes": [ 511 "scopes": [
512 "https://www.googleapis.com/auth/tasks" 512 "https://www.googleapis.com/auth/tasks"
513 ] 513 ]
514 } 514 }
515 } 515 }
516 } 516 }
517 }, 517 },
518 "revision": "20141024", 518 "revision": "20141121",
519 "rootUrl": "https://www.googleapis.com/", 519 "rootUrl": "https://www.googleapis.com/",
520 "schemas": { 520 "schemas": {
521 "Task": { 521 "Task": {
522 "id": "Task", 522 "id": "Task",
523 "properties": { 523 "properties": {
524 "completed": { 524 "completed": {
525 "description": "Completion date of the task (as a RFC 3339 t imestamp). This field is omitted if the task has not been completed.", 525 "description": "Completion date of the task (as a RFC 3339 t imestamp). This field is omitted if the task has not been completed.",
526 "format": "date-time", 526 "format": "date-time",
527 "type": "string" 527 "type": "string"
528 }, 528 },
(...skipping 158 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 }
OLDNEW
« no previous file with comments | « discovery/googleapis/tagmanager__v1.json ('k') | discovery/googleapis/translate__v2.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698