Skip to content

Commit

Permalink
Add url for People API's discovery doc in comments
Browse files Browse the repository at this point in the history
  • Loading branch information
bochunz committed Nov 3, 2016
1 parent 2ff774f commit 51aa25b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions samples/loadedDiscovery.html
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@
// pack the json as a string to avoid extra network request.
// After this promise is fulfilled, the peopleApiDiscovery variable
// will be set.
// This discovery document is downloaded from
// https://people.googleapis.com/$discovery/rest?version=v1
var fetchPeopleApiDiscovery = fetch('people/people_rest_v1.json').then(
function(resp){
return resp.json();
Expand Down

0 comments on commit 51aa25b

Please sign in to comment.