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