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 the list of people in your circles, you
r age range, and language" | 6 "description": "Know the list of people in your circles, you
r age range, and language" |
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": "Builds on top of the Google+ platform.", | 23 "description": "Builds on top of the Google+ platform.", |
24 "discoveryVersion": "v1", | 24 "discoveryVersion": "v1", |
25 "documentationLink": "https://developers.google.com/+/api/", | 25 "documentationLink": "https://developers.google.com/+/api/", |
26 "etag": "\"tbys6C40o18GZwyMen5GMkdK-3s/XSolUkDuxCkEWwYNWTK2mB1GxsI\"", | 26 "etag": "\"tbys6C40o18GZwyMen5GMkdK-3s/godZA6wNwEQ3oSntyLWBzQ0OW_o\"", |
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 447 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
484 "$ref": "PeopleFeed" | 484 "$ref": "PeopleFeed" |
485 }, | 485 }, |
486 "scopes": [ | 486 "scopes": [ |
487 "https://www.googleapis.com/auth/plus.login", | 487 "https://www.googleapis.com/auth/plus.login", |
488 "https://www.googleapis.com/auth/plus.me" | 488 "https://www.googleapis.com/auth/plus.me" |
489 ] | 489 ] |
490 } | 490 } |
491 } | 491 } |
492 } | 492 } |
493 }, | 493 }, |
494 "revision": "20170118", | 494 "revision": "20170208", |
495 "rootUrl": "https://www.googleapis.com/", | 495 "rootUrl": "https://www.googleapis.com/", |
496 "schemas": { | 496 "schemas": { |
497 "Acl": { | 497 "Acl": { |
498 "id": "Acl", | 498 "id": "Acl", |
499 "properties": { | 499 "properties": { |
500 "description": { | 500 "description": { |
501 "description": "Description of the access granted, suitable
for display.", | 501 "description": "Description of the access granted, suitable
for display.", |
502 "type": "string" | 502 "type": "string" |
503 }, | 503 }, |
504 "items": { | 504 "items": { |
(...skipping 1055 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1560 "type": "string" | 1560 "type": "string" |
1561 } | 1561 } |
1562 }, | 1562 }, |
1563 "type": "object" | 1563 "type": "object" |
1564 } | 1564 } |
1565 }, | 1565 }, |
1566 "servicePath": "plus/v1/", | 1566 "servicePath": "plus/v1/", |
1567 "title": "Google+ API", | 1567 "title": "Google+ API", |
1568 "version": "v1" | 1568 "version": "v1" |
1569 } | 1569 } |
OLD | NEW |