Skip to content

Commit

Permalink
19.0.0 (#727)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmdobry authored Apr 10, 2017
1 parent f383a31 commit 4a4cf04
Show file tree
Hide file tree
Showing 87 changed files with 30,390 additions and 22,990 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
##### 19.0.0 - 10 April 2017

- Regenerated

##### 18.1.0 - 13 March 2017

- Regenerated
Expand Down
65 changes: 64 additions & 1 deletion CONTRIBUTORS
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,71 @@
#
# Names should be added to this file as:
# Name <email address>
Ace Nassri <[email protected]>
Adam Cohen <[email protected]>
Ali Ijaz Sheikh <[email protected]>
Anders D. Johnson <[email protected]>
Anson Chu <[email protected]>
Anthony Pigeot <[email protected]>
Ben Gourley <[email protected]>
Ben Reinhart <[email protected]>
Benton <[email protected]>
Brad Vogel <[email protected]>
Brandon Philips <[email protected]>
Bruneau <[email protected]>
Burcu Dogan <[email protected]>
Caleb Case <[email protected]>
Chris Bolin <[email protected]>
Christian Carnero <[email protected]>
Claudio Costa <[email protected]>
Daniel Wang <[email protected]>
Dave Bailey <[email protected]>
Dick Choi <[email protected]>
Eric Koleda <[email protected]>
Farid Neshat <[email protected]>
Geoffery Miller <[email protected]>
Greenkeeper <[email protected]>
Habib Rehman <[email protected]>
Hammy Havoc <[email protected]>
Ionică Bizău <[email protected]>
Ivan <[email protected]>
Jason Allor <[email protected]>
Jason Dobry <[email protected]>
Johan Euphrosine <[email protected]>
Jonathan Bergknoff <[email protected]>
Joseph Page <[email protected]>
Josh Senick <[email protected]>
Justin Beckwith <[email protected]>
Larry Maccherone <[email protected]>
Mark S. Everitt <[email protected]>
Matt Gaunt <[email protected]>
MidnightWonderer <[email protected]>
Monsur Hossain <[email protected]>
Morton Fox <[email protected]>
OnaBai <[email protected]>
Pieter Coucke <[email protected]>
Preston Holmes <[email protected]>
ReadmeCritic <[email protected]>
Rich Parrish <[email protected]>
Rob Hanlon <[email protected]>
Robert Rossmann <[email protected]>
Ryan Seys <[email protected]>
Tim Emiola <[email protected]>
Sebastian Seilund <[email protected]>
Shay Erlichmen <[email protected]>
Stephen Wan <[email protected]>
Steven Bazyl <[email protected]>
Tamal Saha <[email protected]>
Theodore Wilson <[email protected]>
Thomas Coffee <[email protected]>
Tim Emiola <[email protected]>
Vikram Tiwari <[email protected]>
Vincent Scheib <[email protected]>
bentona <[email protected]>
ccarnero <[email protected]>
eiriksm <[email protected]>
glennschler <[email protected]>
jbergknoff <[email protected]>
proppy <[email protected]>
rakyll <[email protected]>
sebay00 <[email protected]>
vladikoff <[email protected]>
24 changes: 12 additions & 12 deletions apis/acceleratedmobilepageurl/v1.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,15 @@ function Acceleratedmobilepageurl(options) { // eslint-disable-line
};
}

/**
* @typedef BatchGetAmpUrlsRequest
* @memberOf! acceleratedmobilepageurl(v1)
* @type object
* @property {string[]} urls List of URLs to look up for the paired AMP URLs.
The URLs are case-sensitive. Up to 50 URLs per lookup
(see [Usage Limits](/amp/cache/reference/limits)).
* @property {string} lookupStrategy The lookup_strategy being requested.
*/
/**
* @typedef BatchGetAmpUrlsResponse
* @memberOf! acceleratedmobilepageurl(v1)
Expand All @@ -95,26 +104,17 @@ only once.
* @typedef AmpUrl
* @memberOf! acceleratedmobilepageurl(v1)
* @type object
* @property {string} cdnAmpUrl The [AMP Cache URL](/amp/cache/overview#amp-cache-url-format) pointing to
the cached document in the Google AMP Cache.
* @property {string} originalUrl The original non-AMP URL.
* @property {string} ampUrl The AMP URL pointing to the publisher&#39;s web server.
* @property {string} cdnAmpUrl The [AMP Cache URL](/amp/cache/overview#amp-cache-url-format) pointing to
the cached document in the Google AMP Cache.
*/
/**
* @typedef AmpUrlError
* @memberOf! acceleratedmobilepageurl(v1)
* @type object
* @property {string} errorMessage An optional descriptive error message.
* @property {string} errorCode The error code of an API call.
* @property {string} originalUrl The original non-AMP URL.
* @property {string} errorMessage An optional descriptive error message.
*/
/**
* @typedef BatchGetAmpUrlsRequest
* @memberOf! acceleratedmobilepageurl(v1)
* @type object
* @property {string} lookupStrategy The lookup_strategy being requested.
* @property {string[]} urls List of URLs to look up for the paired AMP URLs.
The URLs are case-sensitive. Up to 50 URLs per lookup
(see [Usage Limits](/amp/cache/reference/limits)).
*/
module.exports = Acceleratedmobilepageurl;
Loading

0 comments on commit 4a4cf04

Please sign in to comment.