docs: update generated docs (#1053)
Updates for both discovery docs and epydoc API Documentation
Fixes: #1049
diff --git a/docs/dyn/books_v1.series.html b/docs/dyn/books_v1.series.html
index d239973..9589970 100644
--- a/docs/dyn/books_v1.series.html
+++ b/docs/dyn/books_v1.series.html
@@ -80,10 +80,18 @@
<p class="firstline">Returns the membership Resource.</p>
<p class="toc_element">
+ <code><a href="#close">close()</a></code></p>
+<p class="firstline">Close httplib2 connections.</p>
+<p class="toc_element">
<code><a href="#get">get(series_id=None, x__xgafv=None)</a></code></p>
<p class="firstline">Returns Series metadata for the given series ids.</p>
<h3>Method Details</h3>
<div class="method">
+ <code class="details" id="close">close()</code>
+ <pre>Close httplib2 connections.</pre>
+</div>
+
+<div class="method">
<code class="details" id="get">get(series_id=None, x__xgafv=None)</code>
<pre>Returns Series metadata for the given series ids.
@@ -100,31 +108,31 @@
{
"series": [
{
- "title": "A String",
- "eligibleForSubscription": True or False,
- "seriesFormatType": "A String",
- "seriesId": "A String",
"seriesType": "A String",
- "imageUrl": "A String",
+ "eligibleForSubscription": True or False,
+ "subscriptionId": "A String",
+ "seriesId": "A String",
+ "title": "A String",
+ "seriesFormatType": "A String",
"seriesSubscriptionReleaseInfo": {
+ "currentReleaseInfo": {
+ "amountInMicros": 3.14,
+ "releaseTime": "A String",
+ "releaseNumber": "A String",
+ "currencyCode": "A String",
+ },
+ "nextReleaseInfo": {
+ "releaseTime": "A String",
+ "currencyCode": "A String",
+ "releaseNumber": "A String",
+ "amountInMicros": 3.14,
+ },
"cancelTime": "A String",
"seriesSubscriptionType": "A String",
- "nextReleaseInfo": {
- "currencyCode": "A String",
- "amountInMicros": 3.14,
- "releaseTime": "A String",
- "releaseNumber": "A String",
- },
- "currentReleaseInfo": {
- "releaseNumber": "A String",
- "amountInMicros": 3.14,
- "releaseTime": "A String",
- "currencyCode": "A String",
- },
},
- "subscriptionId": "A String",
"bannerImageUrl": "A String",
"isComplete": True or False,
+ "imageUrl": "A String",
},
],
"kind": "A String", # Resource type.