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

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

Issue 698403003: Api roll 5: 2014-11-05 (Closed) Base URL: git@github.com:dart-lang/googleapis.git@master
Patch Set: Created 6 years, 1 month 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
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/2OzpktTyb8G1n0lJqDrsLrojoIY\"", 20 "etag": "\"l66ggWbucbkBw9Lpos72oziyefE/KGWAadJXyIQhHMwmLhtcS8SUf-4\"",
21 "icons": { 21 "icons": {
22 "x16": "http://www.google.com/images/icons/product/tasks-16.png", 22 "x16": "https://www.google.com/images/icons/product/tasks-16.png",
23 "x32": "http://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": {
31 "alt": { 31 "alt": {
32 "default": "json", 32 "default": "json",
33 "description": "Data format for the response.", 33 "description": "Data format for the response.",
(...skipping 474 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": "20130403", 518 "revision": "20141024",
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

Powered by Google App Engine
This is Rietveld 408576698