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