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

Side by Side Diff: discovery/googleapis/fitness__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/drive__v2.json ('k') | discovery/googleapis/freebase__v1.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/fitness.activity.read": { 5 "https://www.googleapis.com/auth/fitness.activity.read": {
6 "description": "View your activity information in Google Fit " 6 "description": "View your activity information in Google Fit "
7 }, 7 },
8 "https://www.googleapis.com/auth/fitness.activity.write": { 8 "https://www.googleapis.com/auth/fitness.activity.write": {
9 "description": "View and store your activity information in Google Fit" 9 "description": "View and store your activity information in Google Fit"
10 }, 10 },
(...skipping 11 matching lines...) Expand all
22 } 22 }
23 } 23 }
24 } 24 }
25 }, 25 },
26 "basePath": "/fitness/v1/users/", 26 "basePath": "/fitness/v1/users/",
27 "baseUrl": "https://www.googleapis.com/fitness/v1/users/", 27 "baseUrl": "https://www.googleapis.com/fitness/v1/users/",
28 "batchPath": "batch", 28 "batchPath": "batch",
29 "description": "Google Fit API", 29 "description": "Google Fit API",
30 "discoveryVersion": "v1", 30 "discoveryVersion": "v1",
31 "documentationLink": "https://developers.google.com/fit/rest/", 31 "documentationLink": "https://developers.google.com/fit/rest/",
32 "etag": "\"l66ggWbucbkBw9Lpos72oziyefE/yxNeceYSHu-EXL2AcqvgpSJSqDU\"", 32 "etag": "\"ye6orv2F-1npMW3u9suM3a7C5Bo/gKV_MRd0rwxyq49wtWHS6wrGc3Y\"",
33 "icons": { 33 "icons": {
34 "x16": "http://www.google.com/images/icons/product/search-16.gif", 34 "x16": "http://www.google.com/images/icons/product/search-16.gif",
35 "x32": "http://www.google.com/images/icons/product/search-32.gif" 35 "x32": "http://www.google.com/images/icons/product/search-32.gif"
36 }, 36 },
37 "id": "fitness:v1", 37 "id": "fitness:v1",
38 "kind": "discovery#restDescription", 38 "kind": "discovery#restDescription",
39 "name": "fitness", 39 "name": "fitness",
40 "ownerDomain": "google.com", 40 "ownerDomain": "google.com",
41 "ownerName": "Google", 41 "ownerName": "Google",
42 "parameters": { 42 "parameters": {
(...skipping 281 matching lines...) Expand 10 before | Expand all | Expand 10 after
324 "location": "path", 324 "location": "path",
325 "required": true, 325 "required": true,
326 "type": "string" 326 "type": "string"
327 }, 327 },
328 "datasetId": { 328 "datasetId": {
329 "description": "Dataset identifier t hat is a composite of the minimum data point start time and maximum data point e nd time represented as nanoseconds from the epoch. The ID is formatted like: \"s tartTime-endTime\" where startTime and endTime are 64 bit integers.", 329 "description": "Dataset identifier t hat is a composite of the minimum data point start time and maximum data point e nd time represented as nanoseconds from the epoch. The ID is formatted like: \"s tartTime-endTime\" where startTime and endTime are 64 bit integers.",
330 "location": "path", 330 "location": "path",
331 "required": true, 331 "required": true,
332 "type": "string" 332 "type": "string"
333 }, 333 },
334 "limit": {
335 "description": "If specified, no mor e than this many data points will be included in the dataset. If the there are m ore data points in the dataset, nextPageToken will be set in the dataset respons e.",
336 "format": "int32",
337 "location": "query",
338 "type": "integer"
339 },
334 "pageToken": { 340 "pageToken": {
335 "description": "The continuation tok en, which is used to page through large datasets. To get the next page of a data set, set this parameter to the value of nextPageToken from the previous response . Each subsequent call will yield a partial dataset with data point end timestam ps that are strictly smaller than those in the previous partial response.", 341 "description": "The continuation tok en, which is used to page through large datasets. To get the next page of a data set, set this parameter to the value of nextPageToken from the previous response . Each subsequent call will yield a partial dataset with data point end timestam ps that are strictly smaller than those in the previous partial response.",
336 "location": "query", 342 "location": "query",
337 "type": "string" 343 "type": "string"
338 }, 344 },
339 "userId": { 345 "userId": {
340 "description": "Retrieve a dataset f or the person identified. Use me to indicate the authenticated user. Only me is supported at this time.", 346 "description": "Retrieve a dataset f or the person identified. Use me to indicate the authenticated user. Only me is supported at this time.",
341 "location": "path", 347 "location": "path",
342 "required": true, 348 "required": true,
343 "type": "string" 349 "type": "string"
(...skipping 184 matching lines...) Expand 10 before | Expand all | Expand 10 after
528 }, 534 },
529 "scopes": [ 535 "scopes": [
530 "https://www.googleapis.com/auth/fitness.activit y.write" 536 "https://www.googleapis.com/auth/fitness.activit y.write"
531 ] 537 ]
532 } 538 }
533 } 539 }
534 } 540 }
535 } 541 }
536 } 542 }
537 }, 543 },
538 "revision": "20141107", 544 "revision": "20141115",
539 "rootUrl": "https://www.googleapis.com/", 545 "rootUrl": "https://www.googleapis.com/",
540 "schemas": { 546 "schemas": {
541 "Application": { 547 "Application": {
542 "description": "See: google3/java/com/google/android/apps/heart/plat form/api/Application.java", 548 "description": "See: google3/java/com/google/android/apps/heart/plat form/api/Application.java",
543 "id": "Application", 549 "id": "Application",
544 "properties": { 550 "properties": {
545 "detailsUrl": { 551 "detailsUrl": {
546 "description": "An optional URI that can be used to link bac k to the application.", 552 "description": "An optional URI that can be used to link bac k to the application.",
547 "type": "string" 553 "type": "string"
548 }, 554 },
(...skipping 473 matching lines...) Expand 10 before | Expand all | Expand 10 after
1022 "type": "integer" 1028 "type": "integer"
1023 } 1029 }
1024 }, 1030 },
1025 "type": "object" 1031 "type": "object"
1026 } 1032 }
1027 }, 1033 },
1028 "servicePath": "fitness/v1/users/", 1034 "servicePath": "fitness/v1/users/",
1029 "title": "Fitness", 1035 "title": "Fitness",
1030 "version": "v1" 1036 "version": "v1"
1031 } 1037 }
OLDNEW
« no previous file with comments | « discovery/googleapis/drive__v2.json ('k') | discovery/googleapis/freebase__v1.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698