docs: update generated docs (#1053)
Updates for both discovery docs and epydoc API Documentation
Fixes: #1049
diff --git a/docs/dyn/blogger_v2.users.html b/docs/dyn/blogger_v2.users.html
index d1be71b..555bcb1 100644
--- a/docs/dyn/blogger_v2.users.html
+++ b/docs/dyn/blogger_v2.users.html
@@ -75,10 +75,18 @@
<h1><a href="blogger_v2.html">Blogger API v3</a> . <a href="blogger_v2.users.html">users</a></h1>
<h2>Instance Methods</h2>
<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(userId, x__xgafv=None)</a></code></p>
<p class="firstline">Gets a user by user id.</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(userId, x__xgafv=None)</code>
<pre>Gets a user by user id.
@@ -93,21 +101,21 @@
An object of the form:
{
- "displayName": "A String", # The display name.
- "locale": { # This user's locale
- "language": "A String", # The language this blog is authored in.
- "country": "A String", # The country this blog's locale is set to.
- "variant": "A String", # The language variant this blog is authored in.
- },
+ "created": "A String", # The timestamp of when this profile was created, in seconds since epoch.
"url": "A String", # The user's profile page.
"id": "A String", # The identifier for this User.
- "about": "A String", # Profile summary information.
- "selfLink": "A String", # The API REST URL to fetch this resource from.
"blogs": { # The container of blogs for this user.
"selfLink": "A String", # The URL of the Blogs for this user.
},
- "created": "A String", # The timestamp of when this profile was created, in seconds since epoch.
+ "displayName": "A String", # The display name.
+ "selfLink": "A String", # The API REST URL to fetch this resource from.
+ "about": "A String", # Profile summary information.
"kind": "A String", # The kind of this entity. Always blogger#user.
+ "locale": { # This user's locale
+ "language": "A String", # The language this blog is authored in.
+ "variant": "A String", # The language variant this blog is authored in.
+ "country": "A String", # The country this blog's locale is set to.
+ },
}</pre>
</div>