| OLD | NEW |
| 1 { | 1 { |
| 2 "auth": { | 2 "auth": { |
| 3 "oauth2": { | 3 "oauth2": { |
| 4 "scopes": { | 4 "scopes": { |
| 5 "https://www.googleapis.com/auth/plus.login": { | 5 "https://www.googleapis.com/auth/plus.login": { |
| 6 "description": "Know your basic profile info and list of peo
ple in your circles." | 6 "description": "Know your basic profile info and list of peo
ple in your circles." |
| 7 }, | 7 }, |
| 8 "https://www.googleapis.com/auth/plus.me": { | 8 "https://www.googleapis.com/auth/plus.me": { |
| 9 "description": "Know who you are on Google" | 9 "description": "Know who you are on Google" |
| 10 }, | 10 }, |
| 11 "https://www.googleapis.com/auth/userinfo.email": { | 11 "https://www.googleapis.com/auth/userinfo.email": { |
| 12 "description": "View your email address" | 12 "description": "View your email address" |
| 13 }, | 13 }, |
| 14 "https://www.googleapis.com/auth/userinfo.profile": { | 14 "https://www.googleapis.com/auth/userinfo.profile": { |
| 15 "description": "View your basic profile info" | 15 "description": "View your basic profile info" |
| 16 } | 16 } |
| 17 } | 17 } |
| 18 } | 18 } |
| 19 }, | 19 }, |
| 20 "basePath": "/plus/v1/", | 20 "basePath": "/plus/v1/", |
| 21 "baseUrl": "https://www.googleapis.com/plus/v1/", | 21 "baseUrl": "https://www.googleapis.com/plus/v1/", |
| 22 "batchPath": "batch", | 22 "batchPath": "batch", |
| 23 "description": "The Google+ API enables developers to build on top of the Go
ogle+ platform.", | 23 "description": "The Google+ API enables developers to build on top of the Go
ogle+ platform.", |
| 24 "discoveryVersion": "v1", | 24 "discoveryVersion": "v1", |
| 25 "documentationLink": "https://developers.google.com/+/api/", | 25 "documentationLink": "https://developers.google.com/+/api/", |
| 26 "etag": "\"ye6orv2F-1npMW3u9suM3a7C5Bo/GnnfotbAucgSG_5d5BUzARDmn2c\"", | 26 "etag": "\"ye6orv2F-1npMW3u9suM3a7C5Bo/90Fsmn74mRQHRUsKROmfqGNapec\"", |
| 27 "icons": { | 27 "icons": { |
| 28 "x16": "http://www.google.com/images/icons/product/gplus-16.png", | 28 "x16": "http://www.google.com/images/icons/product/gplus-16.png", |
| 29 "x32": "http://www.google.com/images/icons/product/gplus-32.png" | 29 "x32": "http://www.google.com/images/icons/product/gplus-32.png" |
| 30 }, | 30 }, |
| 31 "id": "plus:v1", | 31 "id": "plus:v1", |
| 32 "kind": "discovery#restDescription", | 32 "kind": "discovery#restDescription", |
| 33 "name": "plus", | 33 "name": "plus", |
| 34 "ownerDomain": "google.com", | 34 "ownerDomain": "google.com", |
| 35 "ownerName": "Google", | 35 "ownerName": "Google", |
| 36 "parameters": { | 36 "parameters": { |
| (...skipping 360 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 397 } | 397 } |
| 398 }, | 398 }, |
| 399 "path": "people/{userId}/moments/{collection}", | 399 "path": "people/{userId}/moments/{collection}", |
| 400 "response": { | 400 "response": { |
| 401 "$ref": "MomentsFeed" | 401 "$ref": "MomentsFeed" |
| 402 }, | 402 }, |
| 403 "scopes": [ | 403 "scopes": [ |
| 404 "https://www.googleapis.com/auth/plus.login", | 404 "https://www.googleapis.com/auth/plus.login", |
| 405 "https://www.googleapis.com/auth/plus.me" | 405 "https://www.googleapis.com/auth/plus.me" |
| 406 ] | 406 ] |
| 407 }, | |
| 408 "remove": { | |
| 409 "description": "Delete a moment.", | |
| 410 "httpMethod": "DELETE", | |
| 411 "id": "plus.moments.remove", | |
| 412 "parameterOrder": [ | |
| 413 "id" | |
| 414 ], | |
| 415 "parameters": { | |
| 416 "id": { | |
| 417 "description": "The ID of the moment to delete.", | |
| 418 "location": "path", | |
| 419 "required": true, | |
| 420 "type": "string" | |
| 421 } | |
| 422 }, | |
| 423 "path": "moments/{id}", | |
| 424 "scopes": [ | |
| 425 "https://www.googleapis.com/auth/plus.login" | |
| 426 ] | |
| 427 } | 407 } |
| 428 } | 408 } |
| 429 }, | 409 }, |
| 430 "people": { | 410 "people": { |
| 431 "methods": { | 411 "methods": { |
| 432 "get": { | 412 "get": { |
| 433 "description": "Get a person's profile. If your app uses sco
pe https://www.googleapis.com/auth/plus.login, this method is guaranteed to retu
rn ageRange and language.", | 413 "description": "Get a person's profile. If your app uses sco
pe https://www.googleapis.com/auth/plus.login, this method is guaranteed to retu
rn ageRange and language.", |
| 434 "httpMethod": "GET", | 414 "httpMethod": "GET", |
| 435 "id": "plus.people.get", | 415 "id": "plus.people.get", |
| 436 "parameterOrder": [ | 416 "parameterOrder": [ |
| (...skipping 177 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 614 "$ref": "PeopleFeed" | 594 "$ref": "PeopleFeed" |
| 615 }, | 595 }, |
| 616 "scopes": [ | 596 "scopes": [ |
| 617 "https://www.googleapis.com/auth/plus.login", | 597 "https://www.googleapis.com/auth/plus.login", |
| 618 "https://www.googleapis.com/auth/plus.me" | 598 "https://www.googleapis.com/auth/plus.me" |
| 619 ] | 599 ] |
| 620 } | 600 } |
| 621 } | 601 } |
| 622 } | 602 } |
| 623 }, | 603 }, |
| 624 "revision": "20150801", | 604 "revision": "20150812", |
| 625 "rootUrl": "https://www.googleapis.com/", | 605 "rootUrl": "https://www.googleapis.com/", |
| 626 "schemas": { | 606 "schemas": { |
| 627 "Acl": { | 607 "Acl": { |
| 628 "id": "Acl", | 608 "id": "Acl", |
| 629 "properties": { | 609 "properties": { |
| 630 "description": { | 610 "description": { |
| 631 "description": "Description of the access granted, suitable
for display.", | 611 "description": "Description of the access granted, suitable
for display.", |
| 632 "type": "string" | 612 "type": "string" |
| 633 }, | 613 }, |
| 634 "items": { | 614 "items": { |
| (...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 684 "givenName": { | 664 "givenName": { |
| 685 "description": "The given name (\"first name
\") of the actor.", | 665 "description": "The given name (\"first name
\") of the actor.", |
| 686 "type": "string" | 666 "type": "string" |
| 687 } | 667 } |
| 688 }, | 668 }, |
| 689 "type": "object" | 669 "type": "object" |
| 690 }, | 670 }, |
| 691 "url": { | 671 "url": { |
| 692 "description": "The link to the actor's Google profi
le.", | 672 "description": "The link to the actor's Google profi
le.", |
| 693 "type": "string" | 673 "type": "string" |
| 674 }, |
| 675 "verification": { |
| 676 "description": "Verification status of actor.", |
| 677 "properties": { |
| 678 "adHocVerified": { |
| 679 "description": "Verification for one-time or
manual processes.", |
| 680 "type": "string" |
| 681 } |
| 682 }, |
| 683 "type": "object" |
| 694 } | 684 } |
| 695 }, | 685 }, |
| 696 "type": "object" | 686 "type": "object" |
| 697 }, | 687 }, |
| 698 "address": { | 688 "address": { |
| 699 "description": "Street address where this activity occurred.
", | 689 "description": "Street address where this activity occurred.
", |
| 700 "type": "string" | 690 "type": "string" |
| 701 }, | 691 }, |
| 702 "annotation": { | 692 "annotation": { |
| 703 "description": "Additional content added by the person who s
hared this activity, applicable only when resharing an activity.", | 693 "description": "Additional content added by the person who s
hared this activity, applicable only when resharing an activity.", |
| (...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 748 "url": { | 738 "url": { |
| 749 "description": "A URL that points to
a thumbnail photo of the original actor.", | 739 "description": "A URL that points to
a thumbnail photo of the original actor.", |
| 750 "type": "string" | 740 "type": "string" |
| 751 } | 741 } |
| 752 }, | 742 }, |
| 753 "type": "object" | 743 "type": "object" |
| 754 }, | 744 }, |
| 755 "url": { | 745 "url": { |
| 756 "description": "A link to the original actor
's Google profile.", | 746 "description": "A link to the original actor
's Google profile.", |
| 757 "type": "string" | 747 "type": "string" |
| 748 }, |
| 749 "verification": { |
| 750 "description": "Verification status of actor
.", |
| 751 "properties": { |
| 752 "adHocVerified": { |
| 753 "description": "Verification for one
-time or manual processes.", |
| 754 "type": "string" |
| 755 } |
| 756 }, |
| 757 "type": "object" |
| 758 } | 758 } |
| 759 }, | 759 }, |
| 760 "type": "object" | 760 "type": "object" |
| 761 }, | 761 }, |
| 762 "attachments": { | 762 "attachments": { |
| 763 "description": "The media objects attached to this a
ctivity.", | 763 "description": "The media objects attached to this a
ctivity.", |
| 764 "items": { | 764 "items": { |
| 765 "properties": { | 765 "properties": { |
| 766 "content": { | 766 "content": { |
| 767 "description": "If the attachment is an
article, this property contains a snippet of text from the article. It can also
include descriptions for other types.", | 767 "description": "If the attachment is an
article, this property contains a snippet of text from the article. It can also
include descriptions for other types.", |
| (...skipping 305 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1073 "url": { | 1073 "url": { |
| 1074 "description": "The URL of the actor's profi
le photo. To resize the image and crop it to a square, append the query string ?
sz=x, where x is the dimension in pixels of each side.", | 1074 "description": "The URL of the actor's profi
le photo. To resize the image and crop it to a square, append the query string ?
sz=x, where x is the dimension in pixels of each side.", |
| 1075 "type": "string" | 1075 "type": "string" |
| 1076 } | 1076 } |
| 1077 }, | 1077 }, |
| 1078 "type": "object" | 1078 "type": "object" |
| 1079 }, | 1079 }, |
| 1080 "url": { | 1080 "url": { |
| 1081 "description": "A link to the Person resource for th
is actor.", | 1081 "description": "A link to the Person resource for th
is actor.", |
| 1082 "type": "string" | 1082 "type": "string" |
| 1083 }, |
| 1084 "verification": { |
| 1085 "description": "Verification status of actor.", |
| 1086 "properties": { |
| 1087 "adHocVerified": { |
| 1088 "description": "Verification for one-time or
manual processes.", |
| 1089 "type": "string" |
| 1090 } |
| 1091 }, |
| 1092 "type": "object" |
| 1083 } | 1093 } |
| 1084 }, | 1094 }, |
| 1085 "type": "object" | 1095 "type": "object" |
| 1086 }, | 1096 }, |
| 1087 "etag": { | 1097 "etag": { |
| 1088 "description": "ETag of this response for caching purposes."
, | 1098 "description": "ETag of this response for caching purposes."
, |
| 1089 "type": "string" | 1099 "type": "string" |
| 1090 }, | 1100 }, |
| 1091 "id": { | 1101 "id": { |
| 1092 "description": "The ID of this comment.", | 1102 "description": "The ID of this comment.", |
| (...skipping 861 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1954 "type": "string" | 1964 "type": "string" |
| 1955 } | 1965 } |
| 1956 }, | 1966 }, |
| 1957 "type": "object" | 1967 "type": "object" |
| 1958 } | 1968 } |
| 1959 }, | 1969 }, |
| 1960 "servicePath": "plus/v1/", | 1970 "servicePath": "plus/v1/", |
| 1961 "title": "Google+ API", | 1971 "title": "Google+ API", |
| 1962 "version": "v1" | 1972 "version": "v1" |
| 1963 } | 1973 } |
| OLD | NEW |