blob: 2f499c25c5c4293346e6251cd16f30a64672e85a [file] [log] [blame]
Sai Cheemalapatidf613972016-10-21 13:59:49 -07001<html><body>
2<style>
3
4body, h1, h2, h3, div, span, p, pre, a {
5 margin: 0;
6 padding: 0;
7 border: 0;
8 font-weight: inherit;
9 font-style: inherit;
10 font-size: 100%;
11 font-family: inherit;
12 vertical-align: baseline;
13}
14
15body {
16 font-size: 13px;
17 padding: 1em;
18}
19
20h1 {
21 font-size: 26px;
22 margin-bottom: 1em;
23}
24
25h2 {
26 font-size: 24px;
27 margin-bottom: 1em;
28}
29
30h3 {
31 font-size: 20px;
32 margin-bottom: 1em;
33 margin-top: 1em;
34}
35
36pre, code {
37 line-height: 1.5;
38 font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
39}
40
41pre {
42 margin-top: 0.5em;
43}
44
45h1, h2, h3, p {
46 font-family: Arial, sans serif;
47}
48
49h1, h2, h3 {
50 border-bottom: solid #CCC 1px;
51}
52
53.toc_element {
54 margin-top: 0.5em;
55}
56
57.firstline {
58 margin-left: 2 em;
59}
60
61.method {
62 margin-top: 1em;
63 border: solid 1px #CCC;
64 padding: 1em;
65 background: #EEE;
66}
67
68.details {
69 font-weight: bold;
70 font-size: 14px;
71}
72
73</style>
74
Dan O'Mearadd494642020-05-01 07:42:23 -070075<h1><a href="blogger_v2.html">Blogger API v3</a> . <a href="blogger_v2.blogs.html">blogs</a></h1>
Sai Cheemalapatidf613972016-10-21 13:59:49 -070076<h2>Instance Methods</h2>
77<p class="toc_element">
Dmitry Frenkel3e17f892020-10-06 16:46:05 -070078 <code><a href="#close">close()</a></code></p>
79<p class="firstline">Close httplib2 connections.</p>
80<p class="toc_element">
Dan O'Mearadd494642020-05-01 07:42:23 -070081 <code><a href="#get">get(blogId, x__xgafv=None)</a></code></p>
82<p class="firstline">Gets a blog by id.</p>
83<p class="toc_element">
84 <code><a href="#list">list(userId, x__xgafv=None)</a></code></p>
85<p class="firstline">Lists blogs by user id, possibly filtered.</p>
Sai Cheemalapatidf613972016-10-21 13:59:49 -070086<h3>Method Details</h3>
87<div class="method">
Dmitry Frenkel3e17f892020-10-06 16:46:05 -070088 <code class="details" id="close">close()</code>
89 <pre>Close httplib2 connections.</pre>
90</div>
91
92<div class="method">
Dan O'Mearadd494642020-05-01 07:42:23 -070093 <code class="details" id="get">get(blogId, x__xgafv=None)</code>
94 <pre>Gets a blog by id.
Sai Cheemalapatidf613972016-10-21 13:59:49 -070095
96Args:
Dan O'Mearadd494642020-05-01 07:42:23 -070097 blogId: string, A parameter (required)
98 x__xgafv: string, V1 error format.
99 Allowed values
100 1 - v1 error format
101 2 - v2 error format
Sai Cheemalapatidf613972016-10-21 13:59:49 -0700102
103Returns:
104 An object of the form:
105
106 {
Bu Sun Kim65020912020-05-20 12:08:20 -0700107 &quot;posts&quot;: { # The container of posts in this blog.
108 &quot;items&quot;: [ # The List of Posts for this Blog.
Dan O'Mearadd494642020-05-01 07:42:23 -0700109 {
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800110 &quot;updated&quot;: &quot;A String&quot;, # RFC 3339 date-time when this Post was last updated.
111 &quot;replies&quot;: { # The container of comments on this Post.
112 &quot;items&quot;: [ # The List of Comments for this Post.
113 {
114 &quot;updated&quot;: &quot;A String&quot;, # RFC 3339 date-time when this comment was last updated.
115 &quot;kind&quot;: &quot;A String&quot;, # The kind of this entry. Always blogger#comment.
116 &quot;inReplyTo&quot;: { # Data about the comment this is in reply to.
117 &quot;id&quot;: &quot;A String&quot;, # The identified of the parent of this comment.
118 },
119 &quot;content&quot;: &quot;A String&quot;, # The actual content of the comment. May include HTML markup.
120 &quot;post&quot;: { # Data about the post containing this comment.
121 &quot;id&quot;: &quot;A String&quot;, # The identifier of the post containing this comment.
122 },
123 &quot;blog&quot;: { # Data about the blog containing this comment.
124 &quot;id&quot;: &quot;A String&quot;, # The identifier of the blog containing this comment.
125 },
126 &quot;selfLink&quot;: &quot;A String&quot;, # The API REST URL to fetch this resource from.
127 &quot;status&quot;: &quot;A String&quot;, # The status of the comment (only populated for admin users).
128 &quot;author&quot;: { # The author of this Comment.
129 &quot;image&quot;: { # The creator&#x27;s avatar.
130 &quot;url&quot;: &quot;A String&quot;, # The creator&#x27;s avatar URL.
131 },
132 &quot;id&quot;: &quot;A String&quot;, # The identifier of the creator.
133 &quot;displayName&quot;: &quot;A String&quot;, # The display name.
134 &quot;url&quot;: &quot;A String&quot;, # The URL of the creator&#x27;s Profile page.
135 },
136 &quot;id&quot;: &quot;A String&quot;, # The identifier for this resource.
137 &quot;published&quot;: &quot;A String&quot;, # RFC 3339 date-time when this comment was published.
138 },
139 ],
140 &quot;totalItems&quot;: &quot;A String&quot;, # The count of comments on this post.
141 &quot;selfLink&quot;: &quot;A String&quot;, # The URL of the comments on this post.
142 },
143 &quot;id&quot;: &quot;A String&quot;, # The identifier of this Post.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800144 &quot;customMetaData&quot;: &quot;A String&quot;, # The JSON meta-data for the Post.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800145 &quot;readerComments&quot;: &quot;A String&quot;, # Comment control and display setting for readers of this post.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800146 &quot;blog&quot;: { # Data about the blog containing this Post.
147 &quot;id&quot;: &quot;A String&quot;, # The identifier of the Blog that contains this Post.
148 },
149 &quot;location&quot;: { # The location for geotagged posts.
150 &quot;span&quot;: &quot;A String&quot;, # Location&#x27;s viewport span. Can be used when rendering a map preview.
151 &quot;name&quot;: &quot;A String&quot;, # Location name.
152 &quot;lat&quot;: 3.14, # Location&#x27;s latitude.
153 &quot;lng&quot;: 3.14, # Location&#x27;s longitude.
154 },
155 &quot;kind&quot;: &quot;A String&quot;, # The kind of this entity. Always blogger#post.
156 &quot;author&quot;: { # The author of this Post.
157 &quot;image&quot;: { # The creator&#x27;s avatar.
158 &quot;url&quot;: &quot;A String&quot;, # The creator&#x27;s avatar URL.
159 },
160 &quot;url&quot;: &quot;A String&quot;, # The URL of the creator&#x27;s Profile page.
161 &quot;displayName&quot;: &quot;A String&quot;, # The display name.
162 &quot;id&quot;: &quot;A String&quot;, # The identifier of the creator.
163 },
164 &quot;title&quot;: &quot;A String&quot;, # The title of the Post.
165 &quot;selfLink&quot;: &quot;A String&quot;, # The API REST URL to fetch this resource from.
166 &quot;titleLink&quot;: &quot;A String&quot;, # The title link URL, similar to atom&#x27;s related link.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800167 &quot;images&quot;: [ # Display image for the Post.
168 {
169 &quot;url&quot;: &quot;A String&quot;,
170 },
171 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800172 &quot;content&quot;: &quot;A String&quot;, # The content of the Post. May contain HTML markup.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800173 &quot;status&quot;: &quot;A String&quot;, # Status of the post. Only set for admin-level requests.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800174 &quot;published&quot;: &quot;A String&quot;, # RFC 3339 date-time when this Post was published.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800175 &quot;etag&quot;: &quot;A String&quot;, # Etag of the resource.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800176 &quot;url&quot;: &quot;A String&quot;, # The URL where this Post is displayed.
177 &quot;labels&quot;: [ # The list of labels this Post was tagged with.
178 &quot;A String&quot;,
179 ],
Dan O'Mearadd494642020-05-01 07:42:23 -0700180 },
181 ],
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800182 &quot;selfLink&quot;: &quot;A String&quot;, # The URL of the container for posts in this blog.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800183 &quot;totalItems&quot;: 42, # The count of posts in this blog.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800184 },
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800185 &quot;updated&quot;: &quot;A String&quot;, # RFC 3339 date-time when this blog was last updated.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800186 &quot;description&quot;: &quot;A String&quot;, # The description of this blog. This is displayed underneath the title.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800187 &quot;kind&quot;: &quot;A String&quot;, # The kind of this entry. Always blogger#blog.
188 &quot;selfLink&quot;: &quot;A String&quot;, # The API REST URL to fetch this resource from.
189 &quot;url&quot;: &quot;A String&quot;, # The URL where this blog is published.
190 &quot;published&quot;: &quot;A String&quot;, # RFC 3339 date-time when this blog was published.
191 &quot;pages&quot;: { # The container of pages in this blog.
192 &quot;totalItems&quot;: 42, # The count of pages in this blog.
193 &quot;selfLink&quot;: &quot;A String&quot;, # The URL of the container for pages in this blog.
194 },
195 &quot;id&quot;: &quot;A String&quot;, # The identifier for this resource.
196 &quot;customMetaData&quot;: &quot;A String&quot;, # The JSON custom meta-data for the Blog.
197 &quot;name&quot;: &quot;A String&quot;, # The name of this blog. This is displayed as the title.
198 &quot;status&quot;: &quot;A String&quot;, # The status of the blog.
199 &quot;locale&quot;: { # The locale this Blog is set to.
200 &quot;country&quot;: &quot;A String&quot;, # The country this blog&#x27;s locale is set to.
201 &quot;variant&quot;: &quot;A String&quot;, # The language variant this blog is authored in.
202 &quot;language&quot;: &quot;A String&quot;, # The language this blog is authored in.
203 },
Dan O'Mearadd494642020-05-01 07:42:23 -0700204 }</pre>
205</div>
206
207<div class="method">
208 <code class="details" id="list">list(userId, x__xgafv=None)</code>
209 <pre>Lists blogs by user id, possibly filtered.
210
211Args:
212 userId: string, A parameter (required)
213 x__xgafv: string, V1 error format.
214 Allowed values
215 1 - v1 error format
216 2 - v2 error format
217
218Returns:
219 An object of the form:
220
221 {
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800222 &quot;blogUserInfos&quot;: [ # Admin level list of blog per-user information.
223 {
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800224 &quot;kind&quot;: &quot;A String&quot;, # The kind of this entity. Always blogger#blogUserInfo.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800225 &quot;blog&quot;: { # The Blog resource.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800226 &quot;posts&quot;: { # The container of posts in this blog.
227 &quot;items&quot;: [ # The List of Posts for this Blog.
228 {
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800229 &quot;updated&quot;: &quot;A String&quot;, # RFC 3339 date-time when this Post was last updated.
230 &quot;replies&quot;: { # The container of comments on this Post.
231 &quot;items&quot;: [ # The List of Comments for this Post.
232 {
233 &quot;updated&quot;: &quot;A String&quot;, # RFC 3339 date-time when this comment was last updated.
234 &quot;kind&quot;: &quot;A String&quot;, # The kind of this entry. Always blogger#comment.
235 &quot;inReplyTo&quot;: { # Data about the comment this is in reply to.
236 &quot;id&quot;: &quot;A String&quot;, # The identified of the parent of this comment.
237 },
238 &quot;content&quot;: &quot;A String&quot;, # The actual content of the comment. May include HTML markup.
239 &quot;post&quot;: { # Data about the post containing this comment.
240 &quot;id&quot;: &quot;A String&quot;, # The identifier of the post containing this comment.
241 },
242 &quot;blog&quot;: { # Data about the blog containing this comment.
243 &quot;id&quot;: &quot;A String&quot;, # The identifier of the blog containing this comment.
244 },
245 &quot;selfLink&quot;: &quot;A String&quot;, # The API REST URL to fetch this resource from.
246 &quot;status&quot;: &quot;A String&quot;, # The status of the comment (only populated for admin users).
247 &quot;author&quot;: { # The author of this Comment.
248 &quot;image&quot;: { # The creator&#x27;s avatar.
249 &quot;url&quot;: &quot;A String&quot;, # The creator&#x27;s avatar URL.
250 },
251 &quot;id&quot;: &quot;A String&quot;, # The identifier of the creator.
252 &quot;displayName&quot;: &quot;A String&quot;, # The display name.
253 &quot;url&quot;: &quot;A String&quot;, # The URL of the creator&#x27;s Profile page.
254 },
255 &quot;id&quot;: &quot;A String&quot;, # The identifier for this resource.
256 &quot;published&quot;: &quot;A String&quot;, # RFC 3339 date-time when this comment was published.
257 },
258 ],
259 &quot;totalItems&quot;: &quot;A String&quot;, # The count of comments on this post.
260 &quot;selfLink&quot;: &quot;A String&quot;, # The URL of the comments on this post.
261 },
262 &quot;id&quot;: &quot;A String&quot;, # The identifier of this Post.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800263 &quot;customMetaData&quot;: &quot;A String&quot;, # The JSON meta-data for the Post.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800264 &quot;readerComments&quot;: &quot;A String&quot;, # Comment control and display setting for readers of this post.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800265 &quot;blog&quot;: { # Data about the blog containing this Post.
266 &quot;id&quot;: &quot;A String&quot;, # The identifier of the Blog that contains this Post.
267 },
268 &quot;location&quot;: { # The location for geotagged posts.
269 &quot;span&quot;: &quot;A String&quot;, # Location&#x27;s viewport span. Can be used when rendering a map preview.
270 &quot;name&quot;: &quot;A String&quot;, # Location name.
271 &quot;lat&quot;: 3.14, # Location&#x27;s latitude.
272 &quot;lng&quot;: 3.14, # Location&#x27;s longitude.
273 },
274 &quot;kind&quot;: &quot;A String&quot;, # The kind of this entity. Always blogger#post.
275 &quot;author&quot;: { # The author of this Post.
276 &quot;image&quot;: { # The creator&#x27;s avatar.
277 &quot;url&quot;: &quot;A String&quot;, # The creator&#x27;s avatar URL.
278 },
279 &quot;url&quot;: &quot;A String&quot;, # The URL of the creator&#x27;s Profile page.
280 &quot;displayName&quot;: &quot;A String&quot;, # The display name.
281 &quot;id&quot;: &quot;A String&quot;, # The identifier of the creator.
282 },
283 &quot;title&quot;: &quot;A String&quot;, # The title of the Post.
284 &quot;selfLink&quot;: &quot;A String&quot;, # The API REST URL to fetch this resource from.
285 &quot;titleLink&quot;: &quot;A String&quot;, # The title link URL, similar to atom&#x27;s related link.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800286 &quot;images&quot;: [ # Display image for the Post.
287 {
288 &quot;url&quot;: &quot;A String&quot;,
289 },
290 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800291 &quot;content&quot;: &quot;A String&quot;, # The content of the Post. May contain HTML markup.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800292 &quot;status&quot;: &quot;A String&quot;, # Status of the post. Only set for admin-level requests.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800293 &quot;published&quot;: &quot;A String&quot;, # RFC 3339 date-time when this Post was published.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800294 &quot;etag&quot;: &quot;A String&quot;, # Etag of the resource.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800295 &quot;url&quot;: &quot;A String&quot;, # The URL where this Post is displayed.
296 &quot;labels&quot;: [ # The list of labels this Post was tagged with.
297 &quot;A String&quot;,
298 ],
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800299 },
300 ],
301 &quot;selfLink&quot;: &quot;A String&quot;, # The URL of the container for posts in this blog.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800302 &quot;totalItems&quot;: 42, # The count of posts in this blog.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800303 },
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800304 &quot;updated&quot;: &quot;A String&quot;, # RFC 3339 date-time when this blog was last updated.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800305 &quot;description&quot;: &quot;A String&quot;, # The description of this blog. This is displayed underneath the title.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800306 &quot;kind&quot;: &quot;A String&quot;, # The kind of this entry. Always blogger#blog.
307 &quot;selfLink&quot;: &quot;A String&quot;, # The API REST URL to fetch this resource from.
308 &quot;url&quot;: &quot;A String&quot;, # The URL where this blog is published.
309 &quot;published&quot;: &quot;A String&quot;, # RFC 3339 date-time when this blog was published.
310 &quot;pages&quot;: { # The container of pages in this blog.
311 &quot;totalItems&quot;: 42, # The count of pages in this blog.
312 &quot;selfLink&quot;: &quot;A String&quot;, # The URL of the container for pages in this blog.
313 },
314 &quot;id&quot;: &quot;A String&quot;, # The identifier for this resource.
315 &quot;customMetaData&quot;: &quot;A String&quot;, # The JSON custom meta-data for the Blog.
316 &quot;name&quot;: &quot;A String&quot;, # The name of this blog. This is displayed as the title.
317 &quot;status&quot;: &quot;A String&quot;, # The status of the blog.
318 &quot;locale&quot;: { # The locale this Blog is set to.
319 &quot;country&quot;: &quot;A String&quot;, # The country this blog&#x27;s locale is set to.
320 &quot;variant&quot;: &quot;A String&quot;, # The language variant this blog is authored in.
321 &quot;language&quot;: &quot;A String&quot;, # The language this blog is authored in.
322 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800323 },
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800324 &quot;blog_user_info&quot;: { # Information about a User for the Blog.
325 &quot;hasAdminAccess&quot;: True or False, # True if the user has Admin level access to the blog.
326 &quot;blogId&quot;: &quot;A String&quot;, # ID of the Blog resource.
327 &quot;kind&quot;: &quot;A String&quot;, # The kind of this entity. Always blogger#blogPerUserInfo.
328 &quot;photosAlbumKey&quot;: &quot;A String&quot;, # The Photo Album Key for the user when adding photos to the blog.
329 &quot;userId&quot;: &quot;A String&quot;, # ID of the User.
330 &quot;role&quot;: &quot;A String&quot;, # Access permissions that the user has for the blog (ADMIN, AUTHOR, or READER).
331 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800332 },
333 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800334 &quot;items&quot;: [ # The list of Blogs this user has Authorship or Admin rights over.
335 {
336 &quot;posts&quot;: { # The container of posts in this blog.
337 &quot;items&quot;: [ # The List of Posts for this Blog.
338 {
339 &quot;updated&quot;: &quot;A String&quot;, # RFC 3339 date-time when this Post was last updated.
340 &quot;replies&quot;: { # The container of comments on this Post.
341 &quot;items&quot;: [ # The List of Comments for this Post.
342 {
343 &quot;updated&quot;: &quot;A String&quot;, # RFC 3339 date-time when this comment was last updated.
344 &quot;kind&quot;: &quot;A String&quot;, # The kind of this entry. Always blogger#comment.
345 &quot;inReplyTo&quot;: { # Data about the comment this is in reply to.
346 &quot;id&quot;: &quot;A String&quot;, # The identified of the parent of this comment.
347 },
348 &quot;content&quot;: &quot;A String&quot;, # The actual content of the comment. May include HTML markup.
349 &quot;post&quot;: { # Data about the post containing this comment.
350 &quot;id&quot;: &quot;A String&quot;, # The identifier of the post containing this comment.
351 },
352 &quot;blog&quot;: { # Data about the blog containing this comment.
353 &quot;id&quot;: &quot;A String&quot;, # The identifier of the blog containing this comment.
354 },
355 &quot;selfLink&quot;: &quot;A String&quot;, # The API REST URL to fetch this resource from.
356 &quot;status&quot;: &quot;A String&quot;, # The status of the comment (only populated for admin users).
357 &quot;author&quot;: { # The author of this Comment.
358 &quot;image&quot;: { # The creator&#x27;s avatar.
359 &quot;url&quot;: &quot;A String&quot;, # The creator&#x27;s avatar URL.
360 },
361 &quot;id&quot;: &quot;A String&quot;, # The identifier of the creator.
362 &quot;displayName&quot;: &quot;A String&quot;, # The display name.
363 &quot;url&quot;: &quot;A String&quot;, # The URL of the creator&#x27;s Profile page.
364 },
365 &quot;id&quot;: &quot;A String&quot;, # The identifier for this resource.
366 &quot;published&quot;: &quot;A String&quot;, # RFC 3339 date-time when this comment was published.
367 },
368 ],
369 &quot;totalItems&quot;: &quot;A String&quot;, # The count of comments on this post.
370 &quot;selfLink&quot;: &quot;A String&quot;, # The URL of the comments on this post.
371 },
372 &quot;id&quot;: &quot;A String&quot;, # The identifier of this Post.
373 &quot;customMetaData&quot;: &quot;A String&quot;, # The JSON meta-data for the Post.
374 &quot;readerComments&quot;: &quot;A String&quot;, # Comment control and display setting for readers of this post.
375 &quot;blog&quot;: { # Data about the blog containing this Post.
376 &quot;id&quot;: &quot;A String&quot;, # The identifier of the Blog that contains this Post.
377 },
378 &quot;location&quot;: { # The location for geotagged posts.
379 &quot;span&quot;: &quot;A String&quot;, # Location&#x27;s viewport span. Can be used when rendering a map preview.
380 &quot;name&quot;: &quot;A String&quot;, # Location name.
381 &quot;lat&quot;: 3.14, # Location&#x27;s latitude.
382 &quot;lng&quot;: 3.14, # Location&#x27;s longitude.
383 },
384 &quot;kind&quot;: &quot;A String&quot;, # The kind of this entity. Always blogger#post.
385 &quot;author&quot;: { # The author of this Post.
386 &quot;image&quot;: { # The creator&#x27;s avatar.
387 &quot;url&quot;: &quot;A String&quot;, # The creator&#x27;s avatar URL.
388 },
389 &quot;url&quot;: &quot;A String&quot;, # The URL of the creator&#x27;s Profile page.
390 &quot;displayName&quot;: &quot;A String&quot;, # The display name.
391 &quot;id&quot;: &quot;A String&quot;, # The identifier of the creator.
392 },
393 &quot;title&quot;: &quot;A String&quot;, # The title of the Post.
394 &quot;selfLink&quot;: &quot;A String&quot;, # The API REST URL to fetch this resource from.
395 &quot;titleLink&quot;: &quot;A String&quot;, # The title link URL, similar to atom&#x27;s related link.
396 &quot;images&quot;: [ # Display image for the Post.
397 {
398 &quot;url&quot;: &quot;A String&quot;,
399 },
400 ],
401 &quot;content&quot;: &quot;A String&quot;, # The content of the Post. May contain HTML markup.
402 &quot;status&quot;: &quot;A String&quot;, # Status of the post. Only set for admin-level requests.
403 &quot;published&quot;: &quot;A String&quot;, # RFC 3339 date-time when this Post was published.
404 &quot;etag&quot;: &quot;A String&quot;, # Etag of the resource.
405 &quot;url&quot;: &quot;A String&quot;, # The URL where this Post is displayed.
406 &quot;labels&quot;: [ # The list of labels this Post was tagged with.
407 &quot;A String&quot;,
408 ],
409 },
410 ],
411 &quot;selfLink&quot;: &quot;A String&quot;, # The URL of the container for posts in this blog.
412 &quot;totalItems&quot;: 42, # The count of posts in this blog.
413 },
414 &quot;updated&quot;: &quot;A String&quot;, # RFC 3339 date-time when this blog was last updated.
415 &quot;description&quot;: &quot;A String&quot;, # The description of this blog. This is displayed underneath the title.
416 &quot;kind&quot;: &quot;A String&quot;, # The kind of this entry. Always blogger#blog.
417 &quot;selfLink&quot;: &quot;A String&quot;, # The API REST URL to fetch this resource from.
418 &quot;url&quot;: &quot;A String&quot;, # The URL where this blog is published.
419 &quot;published&quot;: &quot;A String&quot;, # RFC 3339 date-time when this blog was published.
420 &quot;pages&quot;: { # The container of pages in this blog.
421 &quot;totalItems&quot;: 42, # The count of pages in this blog.
422 &quot;selfLink&quot;: &quot;A String&quot;, # The URL of the container for pages in this blog.
423 },
424 &quot;id&quot;: &quot;A String&quot;, # The identifier for this resource.
425 &quot;customMetaData&quot;: &quot;A String&quot;, # The JSON custom meta-data for the Blog.
426 &quot;name&quot;: &quot;A String&quot;, # The name of this blog. This is displayed as the title.
427 &quot;status&quot;: &quot;A String&quot;, # The status of the blog.
428 &quot;locale&quot;: { # The locale this Blog is set to.
429 &quot;country&quot;: &quot;A String&quot;, # The country this blog&#x27;s locale is set to.
430 &quot;variant&quot;: &quot;A String&quot;, # The language variant this blog is authored in.
431 &quot;language&quot;: &quot;A String&quot;, # The language this blog is authored in.
432 },
433 },
434 ],
435 &quot;kind&quot;: &quot;A String&quot;, # The kind of this entity. Always blogger#blogList.
Sai Cheemalapatidf613972016-10-21 13:59:49 -0700436 }</pre>
437</div>
438
439</body></html>