Updated docs
diff --git a/docs/dyn/books.v1.volumes.html b/docs/dyn/books.v1.volumes.html
index bbe792a..5eff518 100644
--- a/docs/dyn/books.v1.volumes.html
+++ b/docs/dyn/books.v1.volumes.html
@@ -23,8 +23,8 @@
lite - Includes a subset of fields in volumeInfo and accessInfo.<br>
source: string, String to identify the originator of this request.<br>
country: string, ISO-3166-1 code to override the IP-based location.<br>
- volumeId: string, Id of volume to retrieve. (required)<br>
- partner: string, Identifier of partner for whom to brand results.<br>
+ volumeId: string, ID of volume to retrieve. (required)<br>
+ partner: string, Brand results for partner ID.<br>
<br>
Returns:<br>
An object of the form<br>
@@ -116,11 +116,25 @@
},<br>
},<br>
"volumeInfo": { # General volume information.<br>
- "publisher": "A String", # Publisher of this volume. (In LITE projection.)<br>
"subtitle": "A String", # Volume subtitle. (In LITE projection.)<br>
- "description": "A String", # A synopsis of the volume. The text of the description is formatted in HTML and includes simple formatting elements, such as b, i, and br tags. (In LITE projection.)<br>
- "language": "A String", # Best language for this volume (based on content). It is the two-letter ISO 639-1 code such as 'fr', 'en', etc.<br>
"pageCount": 42, # Total number of pages.<br>
+ "mainCategory": "A String", # The main category to which this volume belongs. It will be the category from the categories list returned below that has the highest weight.<br>
+ "dimensions": { # Physical dimensions of this volume.<br>
+ "width": "A String", # Width of this volume (in cm).<br>
+ "thickness": "A String", # Thickness of this volume (in cm).<br>
+ "height": "A String", # Height or length of this volume (in cm).<br>
+ },<br>
+ "title": "A String", # Volume title. (In LITE projection.)<br>
+ "contentVersion": "A String", # An identifier for the version of the volume content (text & images). (In LITE projection)<br>
+ "industryIdentifiers": [ # Industry standard identifiers for this volume.<br>
+ {<br>
+ "identifier": "A String", # Industry specific volume identifier.<br>
+ "type": "A String", # Identifier type. Possible values are ISBN_10, ISBN_13, ISSN and OTHER.<br>
+ },<br>
+ ],<br>
+ "canonicalVolumeLink": "A String", # Canonical URL for a volume. (In LITE projection.)<br>
+ "description": "A String", # A synopsis of the volume. The text of the description is formatted in HTML and includes simple formatting elements, such as b, i, and br tags. (In LITE projection.)<br>
+ "publishedDate": "A String", # Date of publication. (In LITE projection.)<br>
"imageLinks": { # A list of image links for all the sizes that are available. (In LITE projection.)<br>
"medium": "A String", # Image link for medium size (width of ~575 pixels). (In LITE projection)<br>
"smallThumbnail": "A String", # Image link for small thumbnail size (width of ~80 pixels). (In LITE projection)<br>
@@ -129,33 +143,21 @@
"small": "A String", # Image link for small size (width of ~300 pixels). (In LITE projection)<br>
"thumbnail": "A String", # Image link for thumbnail size (width of ~128 pixels). (In LITE projection)<br>
},<br>
- "publishedDate": "A String", # Date of publication. (In LITE projection.)<br>
- "previewLink": "A String", # URL to preview this volume on the Google Books site.<br>
- "printType": "A String", # Type of publication of this volume. Possible values are BOOK or MAGAZINE.<br>
- "ratingsCount": 42, # The number of review ratings for this volume.<br>
- "mainCategory": "A String", # The main category to which this volume belongs. It will be the category from the categories list returned below that has the highest weight.<br>
- "dimensions": { # Physical dimensions of this volume.<br>
- "width": "A String", # Width of this volume (in cm).<br>
- "thickness": "A String", # Thickness of this volume (in cm).<br>
- "height": "A String", # Height or length of this volume (in cm).<br>
- },<br>
- "contentVersion": "A String", # An identifier for the version of the volume content (text & images). (In LITE projection)<br>
- "industryIdentifiers": [ # Industry standard identifiers for this volume.<br>
- {<br>
- "identifier": "A String", # Industry specific volume identifier.<br>
- "type": "A String", # Identifier type. Possible values are ISBN_10, ISBN_13, ISSN and OTHER.<br>
- },<br>
- ],<br>
"authors": [ # The names of the authors and/or editors for this volume. (In LITE projection)<br>
"A String",<br>
],<br>
- "title": "A String", # Volume title. (In LITE projection.)<br>
- "canonicalVolumeLink": "A String", # Canonical URL for a volume. (In LITE projection.)<br>
- "infoLink": "A String", # URL to view information about this volume on the Google Books site. (In LITE projection)<br>
"categories": [ # A list of subject categories, such as "Fiction", "Suspense", etc.<br>
"A String",<br>
],<br>
+ "publisher": "A String", # Publisher of this volume. (In LITE projection.)<br>
+ "language": "A String", # Best language for this volume (based on content). It is the two-letter ISO 639-1 code such as 'fr', 'en', etc.<br>
+ "previewLink": "A String", # URL to preview this volume on the Google Books site.<br>
+ "printType": "A String", # Type of publication of this volume. Possible values are BOOK or MAGAZINE.<br>
+ "showReviewsLink": "A String", # URL to show reviews for this volume<br>
+ "writeReviewLink": "A String", # URL to write a review for this volume<br>
"averageRating": 3.14, # The mean review rating for this volume. (min = 1.0, max = 5.0)<br>
+ "infoLink": "A String", # URL to view information about this volume on the Google Books site. (In LITE projection)<br>
+ "ratingsCount": 42, # The number of review ratings for this volume.<br>
},<br>
"id": "A String", # Unique identifier for a volume. (In LITE projection.)<br>
"selfLink": "A String", # URL to this resource. (In LITE projection.)<br>
@@ -194,7 +196,7 @@
startIndex: integer, Index of the first result to return (starts at 0)<br>
maxResults: integer, Maximum number of results to return.<br>
q: string, Full-text search query string. (required)<br>
- partner: string, Identifier of partner for whom to restrict and brand results.<br>
+ partner: string, Restrict and brand results for partner ID.<br>
download: string, Restrict to volumes by download availability.<br>
Allowed values<br>
epub - All volumes with epub.<br>
@@ -293,11 +295,25 @@
},<br>
},<br>
"volumeInfo": { # General volume information.<br>
- "publisher": "A String", # Publisher of this volume. (In LITE projection.)<br>
"subtitle": "A String", # Volume subtitle. (In LITE projection.)<br>
- "description": "A String", # A synopsis of the volume. The text of the description is formatted in HTML and includes simple formatting elements, such as b, i, and br tags. (In LITE projection.)<br>
- "language": "A String", # Best language for this volume (based on content). It is the two-letter ISO 639-1 code such as 'fr', 'en', etc.<br>
"pageCount": 42, # Total number of pages.<br>
+ "mainCategory": "A String", # The main category to which this volume belongs. It will be the category from the categories list returned below that has the highest weight.<br>
+ "dimensions": { # Physical dimensions of this volume.<br>
+ "width": "A String", # Width of this volume (in cm).<br>
+ "thickness": "A String", # Thickness of this volume (in cm).<br>
+ "height": "A String", # Height or length of this volume (in cm).<br>
+ },<br>
+ "title": "A String", # Volume title. (In LITE projection.)<br>
+ "contentVersion": "A String", # An identifier for the version of the volume content (text & images). (In LITE projection)<br>
+ "industryIdentifiers": [ # Industry standard identifiers for this volume.<br>
+ {<br>
+ "identifier": "A String", # Industry specific volume identifier.<br>
+ "type": "A String", # Identifier type. Possible values are ISBN_10, ISBN_13, ISSN and OTHER.<br>
+ },<br>
+ ],<br>
+ "canonicalVolumeLink": "A String", # Canonical URL for a volume. (In LITE projection.)<br>
+ "description": "A String", # A synopsis of the volume. The text of the description is formatted in HTML and includes simple formatting elements, such as b, i, and br tags. (In LITE projection.)<br>
+ "publishedDate": "A String", # Date of publication. (In LITE projection.)<br>
"imageLinks": { # A list of image links for all the sizes that are available. (In LITE projection.)<br>
"medium": "A String", # Image link for medium size (width of ~575 pixels). (In LITE projection)<br>
"smallThumbnail": "A String", # Image link for small thumbnail size (width of ~80 pixels). (In LITE projection)<br>
@@ -306,33 +322,21 @@
"small": "A String", # Image link for small size (width of ~300 pixels). (In LITE projection)<br>
"thumbnail": "A String", # Image link for thumbnail size (width of ~128 pixels). (In LITE projection)<br>
},<br>
- "publishedDate": "A String", # Date of publication. (In LITE projection.)<br>
- "previewLink": "A String", # URL to preview this volume on the Google Books site.<br>
- "printType": "A String", # Type of publication of this volume. Possible values are BOOK or MAGAZINE.<br>
- "ratingsCount": 42, # The number of review ratings for this volume.<br>
- "mainCategory": "A String", # The main category to which this volume belongs. It will be the category from the categories list returned below that has the highest weight.<br>
- "dimensions": { # Physical dimensions of this volume.<br>
- "width": "A String", # Width of this volume (in cm).<br>
- "thickness": "A String", # Thickness of this volume (in cm).<br>
- "height": "A String", # Height or length of this volume (in cm).<br>
- },<br>
- "contentVersion": "A String", # An identifier for the version of the volume content (text & images). (In LITE projection)<br>
- "industryIdentifiers": [ # Industry standard identifiers for this volume.<br>
- {<br>
- "identifier": "A String", # Industry specific volume identifier.<br>
- "type": "A String", # Identifier type. Possible values are ISBN_10, ISBN_13, ISSN and OTHER.<br>
- },<br>
- ],<br>
"authors": [ # The names of the authors and/or editors for this volume. (In LITE projection)<br>
"A String",<br>
],<br>
- "title": "A String", # Volume title. (In LITE projection.)<br>
- "canonicalVolumeLink": "A String", # Canonical URL for a volume. (In LITE projection.)<br>
- "infoLink": "A String", # URL to view information about this volume on the Google Books site. (In LITE projection)<br>
"categories": [ # A list of subject categories, such as "Fiction", "Suspense", etc.<br>
"A String",<br>
],<br>
+ "publisher": "A String", # Publisher of this volume. (In LITE projection.)<br>
+ "language": "A String", # Best language for this volume (based on content). It is the two-letter ISO 639-1 code such as 'fr', 'en', etc.<br>
+ "previewLink": "A String", # URL to preview this volume on the Google Books site.<br>
+ "printType": "A String", # Type of publication of this volume. Possible values are BOOK or MAGAZINE.<br>
+ "showReviewsLink": "A String", # URL to show reviews for this volume<br>
+ "writeReviewLink": "A String", # URL to write a review for this volume<br>
"averageRating": 3.14, # The mean review rating for this volume. (min = 1.0, max = 5.0)<br>
+ "infoLink": "A String", # URL to view information about this volume on the Google Books site. (In LITE projection)<br>
+ "ratingsCount": 42, # The number of review ratings for this volume.<br>
},<br>
"id": "A String", # Unique identifier for a volume. (In LITE projection.)<br>
"selfLink": "A String", # URL to this resource. (In LITE projection.)<br>