1<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
75<h1><a href="blogger_v3.html">Blogger API v3</a> . <a href="blogger_v3.posts.html">posts</a></h1>
76<h2>Instance Methods</h2>
77<p class="toc_element">
78  <code><a href="#close">close()</a></code></p>
79<p class="firstline">Close httplib2 connections.</p>
80<p class="toc_element">
81  <code><a href="#delete">delete(blogId, postId, x__xgafv=None)</a></code></p>
82<p class="firstline">Deletes a post by blog id and post id.</p>
83<p class="toc_element">
84  <code><a href="#get">get(blogId, postId, fetchBody=None, fetchImages=None, maxComments=None, view=None, x__xgafv=None)</a></code></p>
85<p class="firstline">Gets a post by blog id and post id</p>
86<p class="toc_element">
87  <code><a href="#getByPath">getByPath(blogId, path, maxComments=None, view=None, x__xgafv=None)</a></code></p>
88<p class="firstline">Gets a post by path.</p>
89<p class="toc_element">
90  <code><a href="#insert">insert(blogId, body=None, fetchBody=None, fetchImages=None, isDraft=None, x__xgafv=None)</a></code></p>
91<p class="firstline">Inserts a post.</p>
92<p class="toc_element">
93  <code><a href="#list">list(blogId, endDate=None, fetchBodies=None, fetchImages=None, labels=None, maxResults=None, orderBy=None, pageToken=None, startDate=None, status=None, view=None, x__xgafv=None)</a></code></p>
94<p class="firstline">Lists posts.</p>
95<p class="toc_element">
96  <code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p>
97<p class="firstline">Retrieves the next page of results.</p>
98<p class="toc_element">
99  <code><a href="#patch">patch(blogId, postId, body=None, fetchBody=None, fetchImages=None, maxComments=None, publish=None, revert=None, x__xgafv=None)</a></code></p>
100<p class="firstline">Patches a post.</p>
101<p class="toc_element">
102  <code><a href="#publish">publish(blogId, postId, publishDate=None, x__xgafv=None)</a></code></p>
103<p class="firstline">Publishes a post.</p>
104<p class="toc_element">
105  <code><a href="#revert">revert(blogId, postId, x__xgafv=None)</a></code></p>
106<p class="firstline">Reverts a published or scheduled post to draft state.</p>
107<p class="toc_element">
108  <code><a href="#search">search(blogId, q, fetchBodies=None, orderBy=None, x__xgafv=None)</a></code></p>
109<p class="firstline">Searches for posts matching given query terms in the specified blog.</p>
110<p class="toc_element">
111  <code><a href="#update">update(blogId, postId, body=None, fetchBody=None, fetchImages=None, maxComments=None, publish=None, revert=None, x__xgafv=None)</a></code></p>
112<p class="firstline">Updates a post by blog id and post id.</p>
113<h3>Method Details</h3>
114<div class="method">
115    <code class="details" id="close">close()</code>
116  <pre>Close httplib2 connections.</pre>
117</div>
118
119<div class="method">
120    <code class="details" id="delete">delete(blogId, postId, x__xgafv=None)</code>
121  <pre>Deletes a post by blog id and post id.
122
123Args:
124  blogId: string, A parameter (required)
125  postId: string, A parameter (required)
126  x__xgafv: string, V1 error format.
127    Allowed values
128      1 - v1 error format
129      2 - v2 error format
130</pre>
131</div>
132
133<div class="method">
134    <code class="details" id="get">get(blogId, postId, fetchBody=None, fetchImages=None, maxComments=None, view=None, x__xgafv=None)</code>
135  <pre>Gets a post by blog id and post id
136
137Args:
138  blogId: string, A parameter (required)
139  postId: string, A parameter (required)
140  fetchBody: boolean, A parameter
141  fetchImages: boolean, A parameter
142  maxComments: integer, A parameter
143  view: string, A parameter
144    Allowed values
145      VIEW_TYPE_UNSPECIFIED -
146      READER -
147      AUTHOR -
148      ADMIN -
149  x__xgafv: string, V1 error format.
150    Allowed values
151      1 - v1 error format
152      2 - v2 error format
153
154Returns:
155  An object of the form:
156
157    {
158  &quot;author&quot;: { # The author of this Post.
159    &quot;displayName&quot;: &quot;A String&quot;, # The display name.
160    &quot;id&quot;: &quot;A String&quot;, # The identifier of the creator.
161    &quot;image&quot;: { # The creator&#x27;s avatar.
162      &quot;url&quot;: &quot;A String&quot;, # The creator&#x27;s avatar URL.
163    },
164    &quot;url&quot;: &quot;A String&quot;, # The URL of the creator&#x27;s Profile page.
165  },
166  &quot;blog&quot;: { # Data about the blog containing this Post.
167    &quot;id&quot;: &quot;A String&quot;, # The identifier of the Blog that contains this Post.
168  },
169  &quot;content&quot;: &quot;A String&quot;, # The content of the Post. May contain HTML markup.
170  &quot;customMetaData&quot;: &quot;A String&quot;, # The JSON meta-data for the Post.
171  &quot;etag&quot;: &quot;A String&quot;, # Etag of the resource.
172  &quot;id&quot;: &quot;A String&quot;, # The identifier of this Post.
173  &quot;images&quot;: [ # Display image for the Post.
174    {
175      &quot;url&quot;: &quot;A String&quot;,
176    },
177  ],
178  &quot;kind&quot;: &quot;A String&quot;, # The kind of this entity. Always blogger#post.
179  &quot;labels&quot;: [ # The list of labels this Post was tagged with.
180    &quot;A String&quot;,
181  ],
182  &quot;location&quot;: { # The location for geotagged posts.
183    &quot;lat&quot;: 3.14, # Location&#x27;s latitude.
184    &quot;lng&quot;: 3.14, # Location&#x27;s longitude.
185    &quot;name&quot;: &quot;A String&quot;, # Location name.
186    &quot;span&quot;: &quot;A String&quot;, # Location&#x27;s viewport span. Can be used when rendering a map preview.
187  },
188  &quot;published&quot;: &quot;A String&quot;, # RFC 3339 date-time when this Post was published.
189  &quot;readerComments&quot;: &quot;A String&quot;, # Comment control and display setting for readers of this post.
190  &quot;replies&quot;: { # The container of comments on this Post.
191    &quot;items&quot;: [ # The List of Comments for this Post.
192      {
193        &quot;author&quot;: { # The author of this Comment.
194          &quot;displayName&quot;: &quot;A String&quot;, # The display name.
195          &quot;id&quot;: &quot;A String&quot;, # The identifier of the creator.
196          &quot;image&quot;: { # The creator&#x27;s avatar.
197            &quot;url&quot;: &quot;A String&quot;, # The creator&#x27;s avatar URL.
198          },
199          &quot;url&quot;: &quot;A String&quot;, # The URL of the creator&#x27;s Profile page.
200        },
201        &quot;blog&quot;: { # Data about the blog containing this comment.
202          &quot;id&quot;: &quot;A String&quot;, # The identifier of the blog containing this comment.
203        },
204        &quot;content&quot;: &quot;A String&quot;, # The actual content of the comment. May include HTML markup.
205        &quot;id&quot;: &quot;A String&quot;, # The identifier for this resource.
206        &quot;inReplyTo&quot;: { # Data about the comment this is in reply to.
207          &quot;id&quot;: &quot;A String&quot;, # The identified of the parent of this comment.
208        },
209        &quot;kind&quot;: &quot;A String&quot;, # The kind of this entry. Always blogger#comment.
210        &quot;post&quot;: { # Data about the post containing this comment.
211          &quot;id&quot;: &quot;A String&quot;, # The identifier of the post containing this comment.
212        },
213        &quot;published&quot;: &quot;A String&quot;, # RFC 3339 date-time when this comment was published.
214        &quot;selfLink&quot;: &quot;A String&quot;, # The API REST URL to fetch this resource from.
215        &quot;status&quot;: &quot;A String&quot;, # The status of the comment (only populated for admin users).
216        &quot;updated&quot;: &quot;A String&quot;, # RFC 3339 date-time when this comment was last updated.
217      },
218    ],
219    &quot;selfLink&quot;: &quot;A String&quot;, # The URL of the comments on this post.
220    &quot;totalItems&quot;: &quot;A String&quot;, # The count of comments on this post.
221  },
222  &quot;selfLink&quot;: &quot;A String&quot;, # The API REST URL to fetch this resource from.
223  &quot;status&quot;: &quot;A String&quot;, # Status of the post. Only set for admin-level requests.
224  &quot;title&quot;: &quot;A String&quot;, # The title of the Post.
225  &quot;titleLink&quot;: &quot;A String&quot;, # The title link URL, similar to atom&#x27;s related link.
226  &quot;updated&quot;: &quot;A String&quot;, # RFC 3339 date-time when this Post was last updated.
227  &quot;url&quot;: &quot;A String&quot;, # The URL where this Post is displayed.
228}</pre>
229</div>
230
231<div class="method">
232    <code class="details" id="getByPath">getByPath(blogId, path, maxComments=None, view=None, x__xgafv=None)</code>
233  <pre>Gets a post by path.
234
235Args:
236  blogId: string, A parameter (required)
237  path: string, A parameter (required)
238  maxComments: integer, A parameter
239  view: string, A parameter
240    Allowed values
241      VIEW_TYPE_UNSPECIFIED -
242      READER -
243      AUTHOR -
244      ADMIN -
245  x__xgafv: string, V1 error format.
246    Allowed values
247      1 - v1 error format
248      2 - v2 error format
249
250Returns:
251  An object of the form:
252
253    {
254  &quot;author&quot;: { # The author of this Post.
255    &quot;displayName&quot;: &quot;A String&quot;, # The display name.
256    &quot;id&quot;: &quot;A String&quot;, # The identifier of the creator.
257    &quot;image&quot;: { # The creator&#x27;s avatar.
258      &quot;url&quot;: &quot;A String&quot;, # The creator&#x27;s avatar URL.
259    },
260    &quot;url&quot;: &quot;A String&quot;, # The URL of the creator&#x27;s Profile page.
261  },
262  &quot;blog&quot;: { # Data about the blog containing this Post.
263    &quot;id&quot;: &quot;A String&quot;, # The identifier of the Blog that contains this Post.
264  },
265  &quot;content&quot;: &quot;A String&quot;, # The content of the Post. May contain HTML markup.
266  &quot;customMetaData&quot;: &quot;A String&quot;, # The JSON meta-data for the Post.
267  &quot;etag&quot;: &quot;A String&quot;, # Etag of the resource.
268  &quot;id&quot;: &quot;A String&quot;, # The identifier of this Post.
269  &quot;images&quot;: [ # Display image for the Post.
270    {
271      &quot;url&quot;: &quot;A String&quot;,
272    },
273  ],
274  &quot;kind&quot;: &quot;A String&quot;, # The kind of this entity. Always blogger#post.
275  &quot;labels&quot;: [ # The list of labels this Post was tagged with.
276    &quot;A String&quot;,
277  ],
278  &quot;location&quot;: { # The location for geotagged posts.
279    &quot;lat&quot;: 3.14, # Location&#x27;s latitude.
280    &quot;lng&quot;: 3.14, # Location&#x27;s longitude.
281    &quot;name&quot;: &quot;A String&quot;, # Location name.
282    &quot;span&quot;: &quot;A String&quot;, # Location&#x27;s viewport span. Can be used when rendering a map preview.
283  },
284  &quot;published&quot;: &quot;A String&quot;, # RFC 3339 date-time when this Post was published.
285  &quot;readerComments&quot;: &quot;A String&quot;, # Comment control and display setting for readers of this post.
286  &quot;replies&quot;: { # The container of comments on this Post.
287    &quot;items&quot;: [ # The List of Comments for this Post.
288      {
289        &quot;author&quot;: { # The author of this Comment.
290          &quot;displayName&quot;: &quot;A String&quot;, # The display name.
291          &quot;id&quot;: &quot;A String&quot;, # The identifier of the creator.
292          &quot;image&quot;: { # The creator&#x27;s avatar.
293            &quot;url&quot;: &quot;A String&quot;, # The creator&#x27;s avatar URL.
294          },
295          &quot;url&quot;: &quot;A String&quot;, # The URL of the creator&#x27;s Profile page.
296        },
297        &quot;blog&quot;: { # Data about the blog containing this comment.
298          &quot;id&quot;: &quot;A String&quot;, # The identifier of the blog containing this comment.
299        },
300        &quot;content&quot;: &quot;A String&quot;, # The actual content of the comment. May include HTML markup.
301        &quot;id&quot;: &quot;A String&quot;, # The identifier for this resource.
302        &quot;inReplyTo&quot;: { # Data about the comment this is in reply to.
303          &quot;id&quot;: &quot;A String&quot;, # The identified of the parent of this comment.
304        },
305        &quot;kind&quot;: &quot;A String&quot;, # The kind of this entry. Always blogger#comment.
306        &quot;post&quot;: { # Data about the post containing this comment.
307          &quot;id&quot;: &quot;A String&quot;, # The identifier of the post containing this comment.
308        },
309        &quot;published&quot;: &quot;A String&quot;, # RFC 3339 date-time when this comment was published.
310        &quot;selfLink&quot;: &quot;A String&quot;, # The API REST URL to fetch this resource from.
311        &quot;status&quot;: &quot;A String&quot;, # The status of the comment (only populated for admin users).
312        &quot;updated&quot;: &quot;A String&quot;, # RFC 3339 date-time when this comment was last updated.
313      },
314    ],
315    &quot;selfLink&quot;: &quot;A String&quot;, # The URL of the comments on this post.
316    &quot;totalItems&quot;: &quot;A String&quot;, # The count of comments on this post.
317  },
318  &quot;selfLink&quot;: &quot;A String&quot;, # The API REST URL to fetch this resource from.
319  &quot;status&quot;: &quot;A String&quot;, # Status of the post. Only set for admin-level requests.
320  &quot;title&quot;: &quot;A String&quot;, # The title of the Post.
321  &quot;titleLink&quot;: &quot;A String&quot;, # The title link URL, similar to atom&#x27;s related link.
322  &quot;updated&quot;: &quot;A String&quot;, # RFC 3339 date-time when this Post was last updated.
323  &quot;url&quot;: &quot;A String&quot;, # The URL where this Post is displayed.
324}</pre>
325</div>
326
327<div class="method">
328    <code class="details" id="insert">insert(blogId, body=None, fetchBody=None, fetchImages=None, isDraft=None, x__xgafv=None)</code>
329  <pre>Inserts a post.
330
331Args:
332  blogId: string, A parameter (required)
333  body: object, The request body.
334    The object takes the form of:
335
336{
337  &quot;author&quot;: { # The author of this Post.
338    &quot;displayName&quot;: &quot;A String&quot;, # The display name.
339    &quot;id&quot;: &quot;A String&quot;, # The identifier of the creator.
340    &quot;image&quot;: { # The creator&#x27;s avatar.
341      &quot;url&quot;: &quot;A String&quot;, # The creator&#x27;s avatar URL.
342    },
343    &quot;url&quot;: &quot;A String&quot;, # The URL of the creator&#x27;s Profile page.
344  },
345  &quot;blog&quot;: { # Data about the blog containing this Post.
346    &quot;id&quot;: &quot;A String&quot;, # The identifier of the Blog that contains this Post.
347  },
348  &quot;content&quot;: &quot;A String&quot;, # The content of the Post. May contain HTML markup.
349  &quot;customMetaData&quot;: &quot;A String&quot;, # The JSON meta-data for the Post.
350  &quot;etag&quot;: &quot;A String&quot;, # Etag of the resource.
351  &quot;id&quot;: &quot;A String&quot;, # The identifier of this Post.
352  &quot;images&quot;: [ # Display image for the Post.
353    {
354      &quot;url&quot;: &quot;A String&quot;,
355    },
356  ],
357  &quot;kind&quot;: &quot;A String&quot;, # The kind of this entity. Always blogger#post.
358  &quot;labels&quot;: [ # The list of labels this Post was tagged with.
359    &quot;A String&quot;,
360  ],
361  &quot;location&quot;: { # The location for geotagged posts.
362    &quot;lat&quot;: 3.14, # Location&#x27;s latitude.
363    &quot;lng&quot;: 3.14, # Location&#x27;s longitude.
364    &quot;name&quot;: &quot;A String&quot;, # Location name.
365    &quot;span&quot;: &quot;A String&quot;, # Location&#x27;s viewport span. Can be used when rendering a map preview.
366  },
367  &quot;published&quot;: &quot;A String&quot;, # RFC 3339 date-time when this Post was published.
368  &quot;readerComments&quot;: &quot;A String&quot;, # Comment control and display setting for readers of this post.
369  &quot;replies&quot;: { # The container of comments on this Post.
370    &quot;items&quot;: [ # The List of Comments for this Post.
371      {
372        &quot;author&quot;: { # The author of this Comment.
373          &quot;displayName&quot;: &quot;A String&quot;, # The display name.
374          &quot;id&quot;: &quot;A String&quot;, # The identifier of the creator.
375          &quot;image&quot;: { # The creator&#x27;s avatar.
376            &quot;url&quot;: &quot;A String&quot;, # The creator&#x27;s avatar URL.
377          },
378          &quot;url&quot;: &quot;A String&quot;, # The URL of the creator&#x27;s Profile page.
379        },
380        &quot;blog&quot;: { # Data about the blog containing this comment.
381          &quot;id&quot;: &quot;A String&quot;, # The identifier of the blog containing this comment.
382        },
383        &quot;content&quot;: &quot;A String&quot;, # The actual content of the comment. May include HTML markup.
384        &quot;id&quot;: &quot;A String&quot;, # The identifier for this resource.
385        &quot;inReplyTo&quot;: { # Data about the comment this is in reply to.
386          &quot;id&quot;: &quot;A String&quot;, # The identified of the parent of this comment.
387        },
388        &quot;kind&quot;: &quot;A String&quot;, # The kind of this entry. Always blogger#comment.
389        &quot;post&quot;: { # Data about the post containing this comment.
390          &quot;id&quot;: &quot;A String&quot;, # The identifier of the post containing this comment.
391        },
392        &quot;published&quot;: &quot;A String&quot;, # RFC 3339 date-time when this comment was published.
393        &quot;selfLink&quot;: &quot;A String&quot;, # The API REST URL to fetch this resource from.
394        &quot;status&quot;: &quot;A String&quot;, # The status of the comment (only populated for admin users).
395        &quot;updated&quot;: &quot;A String&quot;, # RFC 3339 date-time when this comment was last updated.
396      },
397    ],
398    &quot;selfLink&quot;: &quot;A String&quot;, # The URL of the comments on this post.
399    &quot;totalItems&quot;: &quot;A String&quot;, # The count of comments on this post.
400  },
401  &quot;selfLink&quot;: &quot;A String&quot;, # The API REST URL to fetch this resource from.
402  &quot;status&quot;: &quot;A String&quot;, # Status of the post. Only set for admin-level requests.
403  &quot;title&quot;: &quot;A String&quot;, # The title of the Post.
404  &quot;titleLink&quot;: &quot;A String&quot;, # The title link URL, similar to atom&#x27;s related link.
405  &quot;updated&quot;: &quot;A String&quot;, # RFC 3339 date-time when this Post was last updated.
406  &quot;url&quot;: &quot;A String&quot;, # The URL where this Post is displayed.
407}
408
409  fetchBody: boolean, A parameter
410  fetchImages: boolean, A parameter
411  isDraft: boolean, A parameter
412  x__xgafv: string, V1 error format.
413    Allowed values
414      1 - v1 error format
415      2 - v2 error format
416
417Returns:
418  An object of the form:
419
420    {
421  &quot;author&quot;: { # The author of this Post.
422    &quot;displayName&quot;: &quot;A String&quot;, # The display name.
423    &quot;id&quot;: &quot;A String&quot;, # The identifier of the creator.
424    &quot;image&quot;: { # The creator&#x27;s avatar.
425      &quot;url&quot;: &quot;A String&quot;, # The creator&#x27;s avatar URL.
426    },
427    &quot;url&quot;: &quot;A String&quot;, # The URL of the creator&#x27;s Profile page.
428  },
429  &quot;blog&quot;: { # Data about the blog containing this Post.
430    &quot;id&quot;: &quot;A String&quot;, # The identifier of the Blog that contains this Post.
431  },
432  &quot;content&quot;: &quot;A String&quot;, # The content of the Post. May contain HTML markup.
433  &quot;customMetaData&quot;: &quot;A String&quot;, # The JSON meta-data for the Post.
434  &quot;etag&quot;: &quot;A String&quot;, # Etag of the resource.
435  &quot;id&quot;: &quot;A String&quot;, # The identifier of this Post.
436  &quot;images&quot;: [ # Display image for the Post.
437    {
438      &quot;url&quot;: &quot;A String&quot;,
439    },
440  ],
441  &quot;kind&quot;: &quot;A String&quot;, # The kind of this entity. Always blogger#post.
442  &quot;labels&quot;: [ # The list of labels this Post was tagged with.
443    &quot;A String&quot;,
444  ],
445  &quot;location&quot;: { # The location for geotagged posts.
446    &quot;lat&quot;: 3.14, # Location&#x27;s latitude.
447    &quot;lng&quot;: 3.14, # Location&#x27;s longitude.
448    &quot;name&quot;: &quot;A String&quot;, # Location name.
449    &quot;span&quot;: &quot;A String&quot;, # Location&#x27;s viewport span. Can be used when rendering a map preview.
450  },
451  &quot;published&quot;: &quot;A String&quot;, # RFC 3339 date-time when this Post was published.
452  &quot;readerComments&quot;: &quot;A String&quot;, # Comment control and display setting for readers of this post.
453  &quot;replies&quot;: { # The container of comments on this Post.
454    &quot;items&quot;: [ # The List of Comments for this Post.
455      {
456        &quot;author&quot;: { # The author of this Comment.
457          &quot;displayName&quot;: &quot;A String&quot;, # The display name.
458          &quot;id&quot;: &quot;A String&quot;, # The identifier of the creator.
459          &quot;image&quot;: { # The creator&#x27;s avatar.
460            &quot;url&quot;: &quot;A String&quot;, # The creator&#x27;s avatar URL.
461          },
462          &quot;url&quot;: &quot;A String&quot;, # The URL of the creator&#x27;s Profile page.
463        },
464        &quot;blog&quot;: { # Data about the blog containing this comment.
465          &quot;id&quot;: &quot;A String&quot;, # The identifier of the blog containing this comment.
466        },
467        &quot;content&quot;: &quot;A String&quot;, # The actual content of the comment. May include HTML markup.
468        &quot;id&quot;: &quot;A String&quot;, # The identifier for this resource.
469        &quot;inReplyTo&quot;: { # Data about the comment this is in reply to.
470          &quot;id&quot;: &quot;A String&quot;, # The identified of the parent of this comment.
471        },
472        &quot;kind&quot;: &quot;A String&quot;, # The kind of this entry. Always blogger#comment.
473        &quot;post&quot;: { # Data about the post containing this comment.
474          &quot;id&quot;: &quot;A String&quot;, # The identifier of the post containing this comment.
475        },
476        &quot;published&quot;: &quot;A String&quot;, # RFC 3339 date-time when this comment was published.
477        &quot;selfLink&quot;: &quot;A String&quot;, # The API REST URL to fetch this resource from.
478        &quot;status&quot;: &quot;A String&quot;, # The status of the comment (only populated for admin users).
479        &quot;updated&quot;: &quot;A String&quot;, # RFC 3339 date-time when this comment was last updated.
480      },
481    ],
482    &quot;selfLink&quot;: &quot;A String&quot;, # The URL of the comments on this post.
483    &quot;totalItems&quot;: &quot;A String&quot;, # The count of comments on this post.
484  },
485  &quot;selfLink&quot;: &quot;A String&quot;, # The API REST URL to fetch this resource from.
486  &quot;status&quot;: &quot;A String&quot;, # Status of the post. Only set for admin-level requests.
487  &quot;title&quot;: &quot;A String&quot;, # The title of the Post.
488  &quot;titleLink&quot;: &quot;A String&quot;, # The title link URL, similar to atom&#x27;s related link.
489  &quot;updated&quot;: &quot;A String&quot;, # RFC 3339 date-time when this Post was last updated.
490  &quot;url&quot;: &quot;A String&quot;, # The URL where this Post is displayed.
491}</pre>
492</div>
493
494<div class="method">
495    <code class="details" id="list">list(blogId, endDate=None, fetchBodies=None, fetchImages=None, labels=None, maxResults=None, orderBy=None, pageToken=None, startDate=None, status=None, view=None, x__xgafv=None)</code>
496  <pre>Lists posts.
497
498Args:
499  blogId: string, A parameter (required)
500  endDate: string, A parameter
501  fetchBodies: boolean, A parameter
502  fetchImages: boolean, A parameter
503  labels: string, A parameter
504  maxResults: integer, A parameter
505  orderBy: string, A parameter
506    Allowed values
507      ORDER_BY_UNSPECIFIED -
508      PUBLISHED -
509      UPDATED -
510  pageToken: string, A parameter
511  startDate: string, A parameter
512  status: string, A parameter (repeated)
513    Allowed values
514      LIVE -
515      DRAFT -
516      SCHEDULED -
517  view: string, A parameter
518    Allowed values
519      VIEW_TYPE_UNSPECIFIED -
520      READER -
521      AUTHOR -
522      ADMIN -
523  x__xgafv: string, V1 error format.
524    Allowed values
525      1 - v1 error format
526      2 - v2 error format
527
528Returns:
529  An object of the form:
530
531    {
532  &quot;etag&quot;: &quot;A String&quot;, # Etag of the response.
533  &quot;items&quot;: [ # The list of Posts for this Blog.
534    {
535      &quot;author&quot;: { # The author of this Post.
536        &quot;displayName&quot;: &quot;A String&quot;, # The display name.
537        &quot;id&quot;: &quot;A String&quot;, # The identifier of the creator.
538        &quot;image&quot;: { # The creator&#x27;s avatar.
539          &quot;url&quot;: &quot;A String&quot;, # The creator&#x27;s avatar URL.
540        },
541        &quot;url&quot;: &quot;A String&quot;, # The URL of the creator&#x27;s Profile page.
542      },
543      &quot;blog&quot;: { # Data about the blog containing this Post.
544        &quot;id&quot;: &quot;A String&quot;, # The identifier of the Blog that contains this Post.
545      },
546      &quot;content&quot;: &quot;A String&quot;, # The content of the Post. May contain HTML markup.
547      &quot;customMetaData&quot;: &quot;A String&quot;, # The JSON meta-data for the Post.
548      &quot;etag&quot;: &quot;A String&quot;, # Etag of the resource.
549      &quot;id&quot;: &quot;A String&quot;, # The identifier of this Post.
550      &quot;images&quot;: [ # Display image for the Post.
551        {
552          &quot;url&quot;: &quot;A String&quot;,
553        },
554      ],
555      &quot;kind&quot;: &quot;A String&quot;, # The kind of this entity. Always blogger#post.
556      &quot;labels&quot;: [ # The list of labels this Post was tagged with.
557        &quot;A String&quot;,
558      ],
559      &quot;location&quot;: { # The location for geotagged posts.
560        &quot;lat&quot;: 3.14, # Location&#x27;s latitude.
561        &quot;lng&quot;: 3.14, # Location&#x27;s longitude.
562        &quot;name&quot;: &quot;A String&quot;, # Location name.
563        &quot;span&quot;: &quot;A String&quot;, # Location&#x27;s viewport span. Can be used when rendering a map preview.
564      },
565      &quot;published&quot;: &quot;A String&quot;, # RFC 3339 date-time when this Post was published.
566      &quot;readerComments&quot;: &quot;A String&quot;, # Comment control and display setting for readers of this post.
567      &quot;replies&quot;: { # The container of comments on this Post.
568        &quot;items&quot;: [ # The List of Comments for this Post.
569          {
570            &quot;author&quot;: { # The author of this Comment.
571              &quot;displayName&quot;: &quot;A String&quot;, # The display name.
572              &quot;id&quot;: &quot;A String&quot;, # The identifier of the creator.
573              &quot;image&quot;: { # The creator&#x27;s avatar.
574                &quot;url&quot;: &quot;A String&quot;, # The creator&#x27;s avatar URL.
575              },
576              &quot;url&quot;: &quot;A String&quot;, # The URL of the creator&#x27;s Profile page.
577            },
578            &quot;blog&quot;: { # Data about the blog containing this comment.
579              &quot;id&quot;: &quot;A String&quot;, # The identifier of the blog containing this comment.
580            },
581            &quot;content&quot;: &quot;A String&quot;, # The actual content of the comment. May include HTML markup.
582            &quot;id&quot;: &quot;A String&quot;, # The identifier for this resource.
583            &quot;inReplyTo&quot;: { # Data about the comment this is in reply to.
584              &quot;id&quot;: &quot;A String&quot;, # The identified of the parent of this comment.
585            },
586            &quot;kind&quot;: &quot;A String&quot;, # The kind of this entry. Always blogger#comment.
587            &quot;post&quot;: { # Data about the post containing this comment.
588              &quot;id&quot;: &quot;A String&quot;, # The identifier of the post containing this comment.
589            },
590            &quot;published&quot;: &quot;A String&quot;, # RFC 3339 date-time when this comment was published.
591            &quot;selfLink&quot;: &quot;A String&quot;, # The API REST URL to fetch this resource from.
592            &quot;status&quot;: &quot;A String&quot;, # The status of the comment (only populated for admin users).
593            &quot;updated&quot;: &quot;A String&quot;, # RFC 3339 date-time when this comment was last updated.
594          },
595        ],
596        &quot;selfLink&quot;: &quot;A String&quot;, # The URL of the comments on this post.
597        &quot;totalItems&quot;: &quot;A String&quot;, # The count of comments on this post.
598      },
599      &quot;selfLink&quot;: &quot;A String&quot;, # The API REST URL to fetch this resource from.
600      &quot;status&quot;: &quot;A String&quot;, # Status of the post. Only set for admin-level requests.
601      &quot;title&quot;: &quot;A String&quot;, # The title of the Post.
602      &quot;titleLink&quot;: &quot;A String&quot;, # The title link URL, similar to atom&#x27;s related link.
603      &quot;updated&quot;: &quot;A String&quot;, # RFC 3339 date-time when this Post was last updated.
604      &quot;url&quot;: &quot;A String&quot;, # The URL where this Post is displayed.
605    },
606  ],
607  &quot;kind&quot;: &quot;A String&quot;, # The kind of this entity. Always blogger#postList.
608  &quot;nextPageToken&quot;: &quot;A String&quot;, # Pagination token to fetch the next page, if one exists.
609  &quot;prevPageToken&quot;: &quot;A String&quot;, # Pagination token to fetch the previous page, if one exists.
610}</pre>
611</div>
612
613<div class="method">
614    <code class="details" id="list_next">list_next(previous_request, previous_response)</code>
615  <pre>Retrieves the next page of results.
616
617Args:
618  previous_request: The request for the previous page. (required)
619  previous_response: The response from the request for the previous page. (required)
620
621Returns:
622  A request object that you can call &#x27;execute()&#x27; on to request the next
623  page. Returns None if there are no more items in the collection.
624    </pre>
625</div>
626
627<div class="method">
628    <code class="details" id="patch">patch(blogId, postId, body=None, fetchBody=None, fetchImages=None, maxComments=None, publish=None, revert=None, x__xgafv=None)</code>
629  <pre>Patches a post.
630
631Args:
632  blogId: string, A parameter (required)
633  postId: string, A parameter (required)
634  body: object, The request body.
635    The object takes the form of:
636
637{
638  &quot;author&quot;: { # The author of this Post.
639    &quot;displayName&quot;: &quot;A String&quot;, # The display name.
640    &quot;id&quot;: &quot;A String&quot;, # The identifier of the creator.
641    &quot;image&quot;: { # The creator&#x27;s avatar.
642      &quot;url&quot;: &quot;A String&quot;, # The creator&#x27;s avatar URL.
643    },
644    &quot;url&quot;: &quot;A String&quot;, # The URL of the creator&#x27;s Profile page.
645  },
646  &quot;blog&quot;: { # Data about the blog containing this Post.
647    &quot;id&quot;: &quot;A String&quot;, # The identifier of the Blog that contains this Post.
648  },
649  &quot;content&quot;: &quot;A String&quot;, # The content of the Post. May contain HTML markup.
650  &quot;customMetaData&quot;: &quot;A String&quot;, # The JSON meta-data for the Post.
651  &quot;etag&quot;: &quot;A String&quot;, # Etag of the resource.
652  &quot;id&quot;: &quot;A String&quot;, # The identifier of this Post.
653  &quot;images&quot;: [ # Display image for the Post.
654    {
655      &quot;url&quot;: &quot;A String&quot;,
656    },
657  ],
658  &quot;kind&quot;: &quot;A String&quot;, # The kind of this entity. Always blogger#post.
659  &quot;labels&quot;: [ # The list of labels this Post was tagged with.
660    &quot;A String&quot;,
661  ],
662  &quot;location&quot;: { # The location for geotagged posts.
663    &quot;lat&quot;: 3.14, # Location&#x27;s latitude.
664    &quot;lng&quot;: 3.14, # Location&#x27;s longitude.
665    &quot;name&quot;: &quot;A String&quot;, # Location name.
666    &quot;span&quot;: &quot;A String&quot;, # Location&#x27;s viewport span. Can be used when rendering a map preview.
667  },
668  &quot;published&quot;: &quot;A String&quot;, # RFC 3339 date-time when this Post was published.
669  &quot;readerComments&quot;: &quot;A String&quot;, # Comment control and display setting for readers of this post.
670  &quot;replies&quot;: { # The container of comments on this Post.
671    &quot;items&quot;: [ # The List of Comments for this Post.
672      {
673        &quot;author&quot;: { # The author of this Comment.
674          &quot;displayName&quot;: &quot;A String&quot;, # The display name.
675          &quot;id&quot;: &quot;A String&quot;, # The identifier of the creator.
676          &quot;image&quot;: { # The creator&#x27;s avatar.
677            &quot;url&quot;: &quot;A String&quot;, # The creator&#x27;s avatar URL.
678          },
679          &quot;url&quot;: &quot;A String&quot;, # The URL of the creator&#x27;s Profile page.
680        },
681        &quot;blog&quot;: { # Data about the blog containing this comment.
682          &quot;id&quot;: &quot;A String&quot;, # The identifier of the blog containing this comment.
683        },
684        &quot;content&quot;: &quot;A String&quot;, # The actual content of the comment. May include HTML markup.
685        &quot;id&quot;: &quot;A String&quot;, # The identifier for this resource.
686        &quot;inReplyTo&quot;: { # Data about the comment this is in reply to.
687          &quot;id&quot;: &quot;A String&quot;, # The identified of the parent of this comment.
688        },
689        &quot;kind&quot;: &quot;A String&quot;, # The kind of this entry. Always blogger#comment.
690        &quot;post&quot;: { # Data about the post containing this comment.
691          &quot;id&quot;: &quot;A String&quot;, # The identifier of the post containing this comment.
692        },
693        &quot;published&quot;: &quot;A String&quot;, # RFC 3339 date-time when this comment was published.
694        &quot;selfLink&quot;: &quot;A String&quot;, # The API REST URL to fetch this resource from.
695        &quot;status&quot;: &quot;A String&quot;, # The status of the comment (only populated for admin users).
696        &quot;updated&quot;: &quot;A String&quot;, # RFC 3339 date-time when this comment was last updated.
697      },
698    ],
699    &quot;selfLink&quot;: &quot;A String&quot;, # The URL of the comments on this post.
700    &quot;totalItems&quot;: &quot;A String&quot;, # The count of comments on this post.
701  },
702  &quot;selfLink&quot;: &quot;A String&quot;, # The API REST URL to fetch this resource from.
703  &quot;status&quot;: &quot;A String&quot;, # Status of the post. Only set for admin-level requests.
704  &quot;title&quot;: &quot;A String&quot;, # The title of the Post.
705  &quot;titleLink&quot;: &quot;A String&quot;, # The title link URL, similar to atom&#x27;s related link.
706  &quot;updated&quot;: &quot;A String&quot;, # RFC 3339 date-time when this Post was last updated.
707  &quot;url&quot;: &quot;A String&quot;, # The URL where this Post is displayed.
708}
709
710  fetchBody: boolean, A parameter
711  fetchImages: boolean, A parameter
712  maxComments: integer, A parameter
713  publish: boolean, A parameter
714  revert: boolean, A parameter
715  x__xgafv: string, V1 error format.
716    Allowed values
717      1 - v1 error format
718      2 - v2 error format
719
720Returns:
721  An object of the form:
722
723    {
724  &quot;author&quot;: { # The author of this Post.
725    &quot;displayName&quot;: &quot;A String&quot;, # The display name.
726    &quot;id&quot;: &quot;A String&quot;, # The identifier of the creator.
727    &quot;image&quot;: { # The creator&#x27;s avatar.
728      &quot;url&quot;: &quot;A String&quot;, # The creator&#x27;s avatar URL.
729    },
730    &quot;url&quot;: &quot;A String&quot;, # The URL of the creator&#x27;s Profile page.
731  },
732  &quot;blog&quot;: { # Data about the blog containing this Post.
733    &quot;id&quot;: &quot;A String&quot;, # The identifier of the Blog that contains this Post.
734  },
735  &quot;content&quot;: &quot;A String&quot;, # The content of the Post. May contain HTML markup.
736  &quot;customMetaData&quot;: &quot;A String&quot;, # The JSON meta-data for the Post.
737  &quot;etag&quot;: &quot;A String&quot;, # Etag of the resource.
738  &quot;id&quot;: &quot;A String&quot;, # The identifier of this Post.
739  &quot;images&quot;: [ # Display image for the Post.
740    {
741      &quot;url&quot;: &quot;A String&quot;,
742    },
743  ],
744  &quot;kind&quot;: &quot;A String&quot;, # The kind of this entity. Always blogger#post.
745  &quot;labels&quot;: [ # The list of labels this Post was tagged with.
746    &quot;A String&quot;,
747  ],
748  &quot;location&quot;: { # The location for geotagged posts.
749    &quot;lat&quot;: 3.14, # Location&#x27;s latitude.
750    &quot;lng&quot;: 3.14, # Location&#x27;s longitude.
751    &quot;name&quot;: &quot;A String&quot;, # Location name.
752    &quot;span&quot;: &quot;A String&quot;, # Location&#x27;s viewport span. Can be used when rendering a map preview.
753  },
754  &quot;published&quot;: &quot;A String&quot;, # RFC 3339 date-time when this Post was published.
755  &quot;readerComments&quot;: &quot;A String&quot;, # Comment control and display setting for readers of this post.
756  &quot;replies&quot;: { # The container of comments on this Post.
757    &quot;items&quot;: [ # The List of Comments for this Post.
758      {
759        &quot;author&quot;: { # The author of this Comment.
760          &quot;displayName&quot;: &quot;A String&quot;, # The display name.
761          &quot;id&quot;: &quot;A String&quot;, # The identifier of the creator.
762          &quot;image&quot;: { # The creator&#x27;s avatar.
763            &quot;url&quot;: &quot;A String&quot;, # The creator&#x27;s avatar URL.
764          },
765          &quot;url&quot;: &quot;A String&quot;, # The URL of the creator&#x27;s Profile page.
766        },
767        &quot;blog&quot;: { # Data about the blog containing this comment.
768          &quot;id&quot;: &quot;A String&quot;, # The identifier of the blog containing this comment.
769        },
770        &quot;content&quot;: &quot;A String&quot;, # The actual content of the comment. May include HTML markup.
771        &quot;id&quot;: &quot;A String&quot;, # The identifier for this resource.
772        &quot;inReplyTo&quot;: { # Data about the comment this is in reply to.
773          &quot;id&quot;: &quot;A String&quot;, # The identified of the parent of this comment.
774        },
775        &quot;kind&quot;: &quot;A String&quot;, # The kind of this entry. Always blogger#comment.
776        &quot;post&quot;: { # Data about the post containing this comment.
777          &quot;id&quot;: &quot;A String&quot;, # The identifier of the post containing this comment.
778        },
779        &quot;published&quot;: &quot;A String&quot;, # RFC 3339 date-time when this comment was published.
780        &quot;selfLink&quot;: &quot;A String&quot;, # The API REST URL to fetch this resource from.
781        &quot;status&quot;: &quot;A String&quot;, # The status of the comment (only populated for admin users).
782        &quot;updated&quot;: &quot;A String&quot;, # RFC 3339 date-time when this comment was last updated.
783      },
784    ],
785    &quot;selfLink&quot;: &quot;A String&quot;, # The URL of the comments on this post.
786    &quot;totalItems&quot;: &quot;A String&quot;, # The count of comments on this post.
787  },
788  &quot;selfLink&quot;: &quot;A String&quot;, # The API REST URL to fetch this resource from.
789  &quot;status&quot;: &quot;A String&quot;, # Status of the post. Only set for admin-level requests.
790  &quot;title&quot;: &quot;A String&quot;, # The title of the Post.
791  &quot;titleLink&quot;: &quot;A String&quot;, # The title link URL, similar to atom&#x27;s related link.
792  &quot;updated&quot;: &quot;A String&quot;, # RFC 3339 date-time when this Post was last updated.
793  &quot;url&quot;: &quot;A String&quot;, # The URL where this Post is displayed.
794}</pre>
795</div>
796
797<div class="method">
798    <code class="details" id="publish">publish(blogId, postId, publishDate=None, x__xgafv=None)</code>
799  <pre>Publishes a post.
800
801Args:
802  blogId: string, A parameter (required)
803  postId: string, A parameter (required)
804  publishDate: string, A parameter
805  x__xgafv: string, V1 error format.
806    Allowed values
807      1 - v1 error format
808      2 - v2 error format
809
810Returns:
811  An object of the form:
812
813    {
814  &quot;author&quot;: { # The author of this Post.
815    &quot;displayName&quot;: &quot;A String&quot;, # The display name.
816    &quot;id&quot;: &quot;A String&quot;, # The identifier of the creator.
817    &quot;image&quot;: { # The creator&#x27;s avatar.
818      &quot;url&quot;: &quot;A String&quot;, # The creator&#x27;s avatar URL.
819    },
820    &quot;url&quot;: &quot;A String&quot;, # The URL of the creator&#x27;s Profile page.
821  },
822  &quot;blog&quot;: { # Data about the blog containing this Post.
823    &quot;id&quot;: &quot;A String&quot;, # The identifier of the Blog that contains this Post.
824  },
825  &quot;content&quot;: &quot;A String&quot;, # The content of the Post. May contain HTML markup.
826  &quot;customMetaData&quot;: &quot;A String&quot;, # The JSON meta-data for the Post.
827  &quot;etag&quot;: &quot;A String&quot;, # Etag of the resource.
828  &quot;id&quot;: &quot;A String&quot;, # The identifier of this Post.
829  &quot;images&quot;: [ # Display image for the Post.
830    {
831      &quot;url&quot;: &quot;A String&quot;,
832    },
833  ],
834  &quot;kind&quot;: &quot;A String&quot;, # The kind of this entity. Always blogger#post.
835  &quot;labels&quot;: [ # The list of labels this Post was tagged with.
836    &quot;A String&quot;,
837  ],
838  &quot;location&quot;: { # The location for geotagged posts.
839    &quot;lat&quot;: 3.14, # Location&#x27;s latitude.
840    &quot;lng&quot;: 3.14, # Location&#x27;s longitude.
841    &quot;name&quot;: &quot;A String&quot;, # Location name.
842    &quot;span&quot;: &quot;A String&quot;, # Location&#x27;s viewport span. Can be used when rendering a map preview.
843  },
844  &quot;published&quot;: &quot;A String&quot;, # RFC 3339 date-time when this Post was published.
845  &quot;readerComments&quot;: &quot;A String&quot;, # Comment control and display setting for readers of this post.
846  &quot;replies&quot;: { # The container of comments on this Post.
847    &quot;items&quot;: [ # The List of Comments for this Post.
848      {
849        &quot;author&quot;: { # The author of this Comment.
850          &quot;displayName&quot;: &quot;A String&quot;, # The display name.
851          &quot;id&quot;: &quot;A String&quot;, # The identifier of the creator.
852          &quot;image&quot;: { # The creator&#x27;s avatar.
853            &quot;url&quot;: &quot;A String&quot;, # The creator&#x27;s avatar URL.
854          },
855          &quot;url&quot;: &quot;A String&quot;, # The URL of the creator&#x27;s Profile page.
856        },
857        &quot;blog&quot;: { # Data about the blog containing this comment.
858          &quot;id&quot;: &quot;A String&quot;, # The identifier of the blog containing this comment.
859        },
860        &quot;content&quot;: &quot;A String&quot;, # The actual content of the comment. May include HTML markup.
861        &quot;id&quot;: &quot;A String&quot;, # The identifier for this resource.
862        &quot;inReplyTo&quot;: { # Data about the comment this is in reply to.
863          &quot;id&quot;: &quot;A String&quot;, # The identified of the parent of this comment.
864        },
865        &quot;kind&quot;: &quot;A String&quot;, # The kind of this entry. Always blogger#comment.
866        &quot;post&quot;: { # Data about the post containing this comment.
867          &quot;id&quot;: &quot;A String&quot;, # The identifier of the post containing this comment.
868        },
869        &quot;published&quot;: &quot;A String&quot;, # RFC 3339 date-time when this comment was published.
870        &quot;selfLink&quot;: &quot;A String&quot;, # The API REST URL to fetch this resource from.
871        &quot;status&quot;: &quot;A String&quot;, # The status of the comment (only populated for admin users).
872        &quot;updated&quot;: &quot;A String&quot;, # RFC 3339 date-time when this comment was last updated.
873      },
874    ],
875    &quot;selfLink&quot;: &quot;A String&quot;, # The URL of the comments on this post.
876    &quot;totalItems&quot;: &quot;A String&quot;, # The count of comments on this post.
877  },
878  &quot;selfLink&quot;: &quot;A String&quot;, # The API REST URL to fetch this resource from.
879  &quot;status&quot;: &quot;A String&quot;, # Status of the post. Only set for admin-level requests.
880  &quot;title&quot;: &quot;A String&quot;, # The title of the Post.
881  &quot;titleLink&quot;: &quot;A String&quot;, # The title link URL, similar to atom&#x27;s related link.
882  &quot;updated&quot;: &quot;A String&quot;, # RFC 3339 date-time when this Post was last updated.
883  &quot;url&quot;: &quot;A String&quot;, # The URL where this Post is displayed.
884}</pre>
885</div>
886
887<div class="method">
888    <code class="details" id="revert">revert(blogId, postId, x__xgafv=None)</code>
889  <pre>Reverts a published or scheduled post to draft state.
890
891Args:
892  blogId: string, A parameter (required)
893  postId: string, A parameter (required)
894  x__xgafv: string, V1 error format.
895    Allowed values
896      1 - v1 error format
897      2 - v2 error format
898
899Returns:
900  An object of the form:
901
902    {
903  &quot;author&quot;: { # The author of this Post.
904    &quot;displayName&quot;: &quot;A String&quot;, # The display name.
905    &quot;id&quot;: &quot;A String&quot;, # The identifier of the creator.
906    &quot;image&quot;: { # The creator&#x27;s avatar.
907      &quot;url&quot;: &quot;A String&quot;, # The creator&#x27;s avatar URL.
908    },
909    &quot;url&quot;: &quot;A String&quot;, # The URL of the creator&#x27;s Profile page.
910  },
911  &quot;blog&quot;: { # Data about the blog containing this Post.
912    &quot;id&quot;: &quot;A String&quot;, # The identifier of the Blog that contains this Post.
913  },
914  &quot;content&quot;: &quot;A String&quot;, # The content of the Post. May contain HTML markup.
915  &quot;customMetaData&quot;: &quot;A String&quot;, # The JSON meta-data for the Post.
916  &quot;etag&quot;: &quot;A String&quot;, # Etag of the resource.
917  &quot;id&quot;: &quot;A String&quot;, # The identifier of this Post.
918  &quot;images&quot;: [ # Display image for the Post.
919    {
920      &quot;url&quot;: &quot;A String&quot;,
921    },
922  ],
923  &quot;kind&quot;: &quot;A String&quot;, # The kind of this entity. Always blogger#post.
924  &quot;labels&quot;: [ # The list of labels this Post was tagged with.
925    &quot;A String&quot;,
926  ],
927  &quot;location&quot;: { # The location for geotagged posts.
928    &quot;lat&quot;: 3.14, # Location&#x27;s latitude.
929    &quot;lng&quot;: 3.14, # Location&#x27;s longitude.
930    &quot;name&quot;: &quot;A String&quot;, # Location name.
931    &quot;span&quot;: &quot;A String&quot;, # Location&#x27;s viewport span. Can be used when rendering a map preview.
932  },
933  &quot;published&quot;: &quot;A String&quot;, # RFC 3339 date-time when this Post was published.
934  &quot;readerComments&quot;: &quot;A String&quot;, # Comment control and display setting for readers of this post.
935  &quot;replies&quot;: { # The container of comments on this Post.
936    &quot;items&quot;: [ # The List of Comments for this Post.
937      {
938        &quot;author&quot;: { # The author of this Comment.
939          &quot;displayName&quot;: &quot;A String&quot;, # The display name.
940          &quot;id&quot;: &quot;A String&quot;, # The identifier of the creator.
941          &quot;image&quot;: { # The creator&#x27;s avatar.
942            &quot;url&quot;: &quot;A String&quot;, # The creator&#x27;s avatar URL.
943          },
944          &quot;url&quot;: &quot;A String&quot;, # The URL of the creator&#x27;s Profile page.
945        },
946        &quot;blog&quot;: { # Data about the blog containing this comment.
947          &quot;id&quot;: &quot;A String&quot;, # The identifier of the blog containing this comment.
948        },
949        &quot;content&quot;: &quot;A String&quot;, # The actual content of the comment. May include HTML markup.
950        &quot;id&quot;: &quot;A String&quot;, # The identifier for this resource.
951        &quot;inReplyTo&quot;: { # Data about the comment this is in reply to.
952          &quot;id&quot;: &quot;A String&quot;, # The identified of the parent of this comment.
953        },
954        &quot;kind&quot;: &quot;A String&quot;, # The kind of this entry. Always blogger#comment.
955        &quot;post&quot;: { # Data about the post containing this comment.
956          &quot;id&quot;: &quot;A String&quot;, # The identifier of the post containing this comment.
957        },
958        &quot;published&quot;: &quot;A String&quot;, # RFC 3339 date-time when this comment was published.
959        &quot;selfLink&quot;: &quot;A String&quot;, # The API REST URL to fetch this resource from.
960        &quot;status&quot;: &quot;A String&quot;, # The status of the comment (only populated for admin users).
961        &quot;updated&quot;: &quot;A String&quot;, # RFC 3339 date-time when this comment was last updated.
962      },
963    ],
964    &quot;selfLink&quot;: &quot;A String&quot;, # The URL of the comments on this post.
965    &quot;totalItems&quot;: &quot;A String&quot;, # The count of comments on this post.
966  },
967  &quot;selfLink&quot;: &quot;A String&quot;, # The API REST URL to fetch this resource from.
968  &quot;status&quot;: &quot;A String&quot;, # Status of the post. Only set for admin-level requests.
969  &quot;title&quot;: &quot;A String&quot;, # The title of the Post.
970  &quot;titleLink&quot;: &quot;A String&quot;, # The title link URL, similar to atom&#x27;s related link.
971  &quot;updated&quot;: &quot;A String&quot;, # RFC 3339 date-time when this Post was last updated.
972  &quot;url&quot;: &quot;A String&quot;, # The URL where this Post is displayed.
973}</pre>
974</div>
975
976<div class="method">
977    <code class="details" id="search">search(blogId, q, fetchBodies=None, orderBy=None, x__xgafv=None)</code>
978  <pre>Searches for posts matching given query terms in the specified blog.
979
980Args:
981  blogId: string, A parameter (required)
982  q: string, A parameter (required)
983  fetchBodies: boolean, A parameter
984  orderBy: string, A parameter
985    Allowed values
986      ORDER_BY_UNSPECIFIED -
987      PUBLISHED -
988      UPDATED -
989  x__xgafv: string, V1 error format.
990    Allowed values
991      1 - v1 error format
992      2 - v2 error format
993
994Returns:
995  An object of the form:
996
997    {
998  &quot;etag&quot;: &quot;A String&quot;, # Etag of the response.
999  &quot;items&quot;: [ # The list of Posts for this Blog.
1000    {
1001      &quot;author&quot;: { # The author of this Post.
1002        &quot;displayName&quot;: &quot;A String&quot;, # The display name.
1003        &quot;id&quot;: &quot;A String&quot;, # The identifier of the creator.
1004        &quot;image&quot;: { # The creator&#x27;s avatar.
1005          &quot;url&quot;: &quot;A String&quot;, # The creator&#x27;s avatar URL.
1006        },
1007        &quot;url&quot;: &quot;A String&quot;, # The URL of the creator&#x27;s Profile page.
1008      },
1009      &quot;blog&quot;: { # Data about the blog containing this Post.
1010        &quot;id&quot;: &quot;A String&quot;, # The identifier of the Blog that contains this Post.
1011      },
1012      &quot;content&quot;: &quot;A String&quot;, # The content of the Post. May contain HTML markup.
1013      &quot;customMetaData&quot;: &quot;A String&quot;, # The JSON meta-data for the Post.
1014      &quot;etag&quot;: &quot;A String&quot;, # Etag of the resource.
1015      &quot;id&quot;: &quot;A String&quot;, # The identifier of this Post.
1016      &quot;images&quot;: [ # Display image for the Post.
1017        {
1018          &quot;url&quot;: &quot;A String&quot;,
1019        },
1020      ],
1021      &quot;kind&quot;: &quot;A String&quot;, # The kind of this entity. Always blogger#post.
1022      &quot;labels&quot;: [ # The list of labels this Post was tagged with.
1023        &quot;A String&quot;,
1024      ],
1025      &quot;location&quot;: { # The location for geotagged posts.
1026        &quot;lat&quot;: 3.14, # Location&#x27;s latitude.
1027        &quot;lng&quot;: 3.14, # Location&#x27;s longitude.
1028        &quot;name&quot;: &quot;A String&quot;, # Location name.
1029        &quot;span&quot;: &quot;A String&quot;, # Location&#x27;s viewport span. Can be used when rendering a map preview.
1030      },
1031      &quot;published&quot;: &quot;A String&quot;, # RFC 3339 date-time when this Post was published.
1032      &quot;readerComments&quot;: &quot;A String&quot;, # Comment control and display setting for readers of this post.
1033      &quot;replies&quot;: { # The container of comments on this Post.
1034        &quot;items&quot;: [ # The List of Comments for this Post.
1035          {
1036            &quot;author&quot;: { # The author of this Comment.
1037              &quot;displayName&quot;: &quot;A String&quot;, # The display name.
1038              &quot;id&quot;: &quot;A String&quot;, # The identifier of the creator.
1039              &quot;image&quot;: { # The creator&#x27;s avatar.
1040                &quot;url&quot;: &quot;A String&quot;, # The creator&#x27;s avatar URL.
1041              },
1042              &quot;url&quot;: &quot;A String&quot;, # The URL of the creator&#x27;s Profile page.
1043            },
1044            &quot;blog&quot;: { # Data about the blog containing this comment.
1045              &quot;id&quot;: &quot;A String&quot;, # The identifier of the blog containing this comment.
1046            },
1047            &quot;content&quot;: &quot;A String&quot;, # The actual content of the comment. May include HTML markup.
1048            &quot;id&quot;: &quot;A String&quot;, # The identifier for this resource.
1049            &quot;inReplyTo&quot;: { # Data about the comment this is in reply to.
1050              &quot;id&quot;: &quot;A String&quot;, # The identified of the parent of this comment.
1051            },
1052            &quot;kind&quot;: &quot;A String&quot;, # The kind of this entry. Always blogger#comment.
1053            &quot;post&quot;: { # Data about the post containing this comment.
1054              &quot;id&quot;: &quot;A String&quot;, # The identifier of the post containing this comment.
1055            },
1056            &quot;published&quot;: &quot;A String&quot;, # RFC 3339 date-time when this comment was published.
1057            &quot;selfLink&quot;: &quot;A String&quot;, # The API REST URL to fetch this resource from.
1058            &quot;status&quot;: &quot;A String&quot;, # The status of the comment (only populated for admin users).
1059            &quot;updated&quot;: &quot;A String&quot;, # RFC 3339 date-time when this comment was last updated.
1060          },
1061        ],
1062        &quot;selfLink&quot;: &quot;A String&quot;, # The URL of the comments on this post.
1063        &quot;totalItems&quot;: &quot;A String&quot;, # The count of comments on this post.
1064      },
1065      &quot;selfLink&quot;: &quot;A String&quot;, # The API REST URL to fetch this resource from.
1066      &quot;status&quot;: &quot;A String&quot;, # Status of the post. Only set for admin-level requests.
1067      &quot;title&quot;: &quot;A String&quot;, # The title of the Post.
1068      &quot;titleLink&quot;: &quot;A String&quot;, # The title link URL, similar to atom&#x27;s related link.
1069      &quot;updated&quot;: &quot;A String&quot;, # RFC 3339 date-time when this Post was last updated.
1070      &quot;url&quot;: &quot;A String&quot;, # The URL where this Post is displayed.
1071    },
1072  ],
1073  &quot;kind&quot;: &quot;A String&quot;, # The kind of this entity. Always blogger#postList.
1074  &quot;nextPageToken&quot;: &quot;A String&quot;, # Pagination token to fetch the next page, if one exists.
1075  &quot;prevPageToken&quot;: &quot;A String&quot;, # Pagination token to fetch the previous page, if one exists.
1076}</pre>
1077</div>
1078
1079<div class="method">
1080    <code class="details" id="update">update(blogId, postId, body=None, fetchBody=None, fetchImages=None, maxComments=None, publish=None, revert=None, x__xgafv=None)</code>
1081  <pre>Updates a post by blog id and post id.
1082
1083Args:
1084  blogId: string, A parameter (required)
1085  postId: string, A parameter (required)
1086  body: object, The request body.
1087    The object takes the form of:
1088
1089{
1090  &quot;author&quot;: { # The author of this Post.
1091    &quot;displayName&quot;: &quot;A String&quot;, # The display name.
1092    &quot;id&quot;: &quot;A String&quot;, # The identifier of the creator.
1093    &quot;image&quot;: { # The creator&#x27;s avatar.
1094      &quot;url&quot;: &quot;A String&quot;, # The creator&#x27;s avatar URL.
1095    },
1096    &quot;url&quot;: &quot;A String&quot;, # The URL of the creator&#x27;s Profile page.
1097  },
1098  &quot;blog&quot;: { # Data about the blog containing this Post.
1099    &quot;id&quot;: &quot;A String&quot;, # The identifier of the Blog that contains this Post.
1100  },
1101  &quot;content&quot;: &quot;A String&quot;, # The content of the Post. May contain HTML markup.
1102  &quot;customMetaData&quot;: &quot;A String&quot;, # The JSON meta-data for the Post.
1103  &quot;etag&quot;: &quot;A String&quot;, # Etag of the resource.
1104  &quot;id&quot;: &quot;A String&quot;, # The identifier of this Post.
1105  &quot;images&quot;: [ # Display image for the Post.
1106    {
1107      &quot;url&quot;: &quot;A String&quot;,
1108    },
1109  ],
1110  &quot;kind&quot;: &quot;A String&quot;, # The kind of this entity. Always blogger#post.
1111  &quot;labels&quot;: [ # The list of labels this Post was tagged with.
1112    &quot;A String&quot;,
1113  ],
1114  &quot;location&quot;: { # The location for geotagged posts.
1115    &quot;lat&quot;: 3.14, # Location&#x27;s latitude.
1116    &quot;lng&quot;: 3.14, # Location&#x27;s longitude.
1117    &quot;name&quot;: &quot;A String&quot;, # Location name.
1118    &quot;span&quot;: &quot;A String&quot;, # Location&#x27;s viewport span. Can be used when rendering a map preview.
1119  },
1120  &quot;published&quot;: &quot;A String&quot;, # RFC 3339 date-time when this Post was published.
1121  &quot;readerComments&quot;: &quot;A String&quot;, # Comment control and display setting for readers of this post.
1122  &quot;replies&quot;: { # The container of comments on this Post.
1123    &quot;items&quot;: [ # The List of Comments for this Post.
1124      {
1125        &quot;author&quot;: { # The author of this Comment.
1126          &quot;displayName&quot;: &quot;A String&quot;, # The display name.
1127          &quot;id&quot;: &quot;A String&quot;, # The identifier of the creator.
1128          &quot;image&quot;: { # The creator&#x27;s avatar.
1129            &quot;url&quot;: &quot;A String&quot;, # The creator&#x27;s avatar URL.
1130          },
1131          &quot;url&quot;: &quot;A String&quot;, # The URL of the creator&#x27;s Profile page.
1132        },
1133        &quot;blog&quot;: { # Data about the blog containing this comment.
1134          &quot;id&quot;: &quot;A String&quot;, # The identifier of the blog containing this comment.
1135        },
1136        &quot;content&quot;: &quot;A String&quot;, # The actual content of the comment. May include HTML markup.
1137        &quot;id&quot;: &quot;A String&quot;, # The identifier for this resource.
1138        &quot;inReplyTo&quot;: { # Data about the comment this is in reply to.
1139          &quot;id&quot;: &quot;A String&quot;, # The identified of the parent of this comment.
1140        },
1141        &quot;kind&quot;: &quot;A String&quot;, # The kind of this entry. Always blogger#comment.
1142        &quot;post&quot;: { # Data about the post containing this comment.
1143          &quot;id&quot;: &quot;A String&quot;, # The identifier of the post containing this comment.
1144        },
1145        &quot;published&quot;: &quot;A String&quot;, # RFC 3339 date-time when this comment was published.
1146        &quot;selfLink&quot;: &quot;A String&quot;, # The API REST URL to fetch this resource from.
1147        &quot;status&quot;: &quot;A String&quot;, # The status of the comment (only populated for admin users).
1148        &quot;updated&quot;: &quot;A String&quot;, # RFC 3339 date-time when this comment was last updated.
1149      },
1150    ],
1151    &quot;selfLink&quot;: &quot;A String&quot;, # The URL of the comments on this post.
1152    &quot;totalItems&quot;: &quot;A String&quot;, # The count of comments on this post.
1153  },
1154  &quot;selfLink&quot;: &quot;A String&quot;, # The API REST URL to fetch this resource from.
1155  &quot;status&quot;: &quot;A String&quot;, # Status of the post. Only set for admin-level requests.
1156  &quot;title&quot;: &quot;A String&quot;, # The title of the Post.
1157  &quot;titleLink&quot;: &quot;A String&quot;, # The title link URL, similar to atom&#x27;s related link.
1158  &quot;updated&quot;: &quot;A String&quot;, # RFC 3339 date-time when this Post was last updated.
1159  &quot;url&quot;: &quot;A String&quot;, # The URL where this Post is displayed.
1160}
1161
1162  fetchBody: boolean, A parameter
1163  fetchImages: boolean, A parameter
1164  maxComments: integer, A parameter
1165  publish: boolean, A parameter
1166  revert: boolean, A parameter
1167  x__xgafv: string, V1 error format.
1168    Allowed values
1169      1 - v1 error format
1170      2 - v2 error format
1171
1172Returns:
1173  An object of the form:
1174
1175    {
1176  &quot;author&quot;: { # The author of this Post.
1177    &quot;displayName&quot;: &quot;A String&quot;, # The display name.
1178    &quot;id&quot;: &quot;A String&quot;, # The identifier of the creator.
1179    &quot;image&quot;: { # The creator&#x27;s avatar.
1180      &quot;url&quot;: &quot;A String&quot;, # The creator&#x27;s avatar URL.
1181    },
1182    &quot;url&quot;: &quot;A String&quot;, # The URL of the creator&#x27;s Profile page.
1183  },
1184  &quot;blog&quot;: { # Data about the blog containing this Post.
1185    &quot;id&quot;: &quot;A String&quot;, # The identifier of the Blog that contains this Post.
1186  },
1187  &quot;content&quot;: &quot;A String&quot;, # The content of the Post. May contain HTML markup.
1188  &quot;customMetaData&quot;: &quot;A String&quot;, # The JSON meta-data for the Post.
1189  &quot;etag&quot;: &quot;A String&quot;, # Etag of the resource.
1190  &quot;id&quot;: &quot;A String&quot;, # The identifier of this Post.
1191  &quot;images&quot;: [ # Display image for the Post.
1192    {
1193      &quot;url&quot;: &quot;A String&quot;,
1194    },
1195  ],
1196  &quot;kind&quot;: &quot;A String&quot;, # The kind of this entity. Always blogger#post.
1197  &quot;labels&quot;: [ # The list of labels this Post was tagged with.
1198    &quot;A String&quot;,
1199  ],
1200  &quot;location&quot;: { # The location for geotagged posts.
1201    &quot;lat&quot;: 3.14, # Location&#x27;s latitude.
1202    &quot;lng&quot;: 3.14, # Location&#x27;s longitude.
1203    &quot;name&quot;: &quot;A String&quot;, # Location name.
1204    &quot;span&quot;: &quot;A String&quot;, # Location&#x27;s viewport span. Can be used when rendering a map preview.
1205  },
1206  &quot;published&quot;: &quot;A String&quot;, # RFC 3339 date-time when this Post was published.
1207  &quot;readerComments&quot;: &quot;A String&quot;, # Comment control and display setting for readers of this post.
1208  &quot;replies&quot;: { # The container of comments on this Post.
1209    &quot;items&quot;: [ # The List of Comments for this Post.
1210      {
1211        &quot;author&quot;: { # The author of this Comment.
1212          &quot;displayName&quot;: &quot;A String&quot;, # The display name.
1213          &quot;id&quot;: &quot;A String&quot;, # The identifier of the creator.
1214          &quot;image&quot;: { # The creator&#x27;s avatar.
1215            &quot;url&quot;: &quot;A String&quot;, # The creator&#x27;s avatar URL.
1216          },
1217          &quot;url&quot;: &quot;A String&quot;, # The URL of the creator&#x27;s Profile page.
1218        },
1219        &quot;blog&quot;: { # Data about the blog containing this comment.
1220          &quot;id&quot;: &quot;A String&quot;, # The identifier of the blog containing this comment.
1221        },
1222        &quot;content&quot;: &quot;A String&quot;, # The actual content of the comment. May include HTML markup.
1223        &quot;id&quot;: &quot;A String&quot;, # The identifier for this resource.
1224        &quot;inReplyTo&quot;: { # Data about the comment this is in reply to.
1225          &quot;id&quot;: &quot;A String&quot;, # The identified of the parent of this comment.
1226        },
1227        &quot;kind&quot;: &quot;A String&quot;, # The kind of this entry. Always blogger#comment.
1228        &quot;post&quot;: { # Data about the post containing this comment.
1229          &quot;id&quot;: &quot;A String&quot;, # The identifier of the post containing this comment.
1230        },
1231        &quot;published&quot;: &quot;A String&quot;, # RFC 3339 date-time when this comment was published.
1232        &quot;selfLink&quot;: &quot;A String&quot;, # The API REST URL to fetch this resource from.
1233        &quot;status&quot;: &quot;A String&quot;, # The status of the comment (only populated for admin users).
1234        &quot;updated&quot;: &quot;A String&quot;, # RFC 3339 date-time when this comment was last updated.
1235      },
1236    ],
1237    &quot;selfLink&quot;: &quot;A String&quot;, # The URL of the comments on this post.
1238    &quot;totalItems&quot;: &quot;A String&quot;, # The count of comments on this post.
1239  },
1240  &quot;selfLink&quot;: &quot;A String&quot;, # The API REST URL to fetch this resource from.
1241  &quot;status&quot;: &quot;A String&quot;, # Status of the post. Only set for admin-level requests.
1242  &quot;title&quot;: &quot;A String&quot;, # The title of the Post.
1243  &quot;titleLink&quot;: &quot;A String&quot;, # The title link URL, similar to atom&#x27;s related link.
1244  &quot;updated&quot;: &quot;A String&quot;, # RFC 3339 date-time when this Post was last updated.
1245  &quot;url&quot;: &quot;A String&quot;, # The URL where this Post is displayed.
1246}</pre>
1247</div>
1248
1249</body></html>