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