Sai Cheemalapati | df61397 | 2016-10-21 13:59:49 -0700 | [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_v2.html">Blogger API v3</a> . <a href="blogger_v2.blogs.html">blogs</a></h1> |
Sai Cheemalapati | df61397 | 2016-10-21 13:59:49 -0700 | [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="#get">get(blogId, x__xgafv=None)</a></code></p> |
| 82 | <p class="firstline">Gets a blog by id.</p> |
| 83 | <p class="toc_element"> |
| 84 | <code><a href="#list">list(userId, x__xgafv=None)</a></code></p> |
| 85 | <p class="firstline">Lists blogs by user id, possibly filtered.</p> |
Sai Cheemalapati | df61397 | 2016-10-21 13:59:49 -0700 | [diff] [blame] | 86 | <h3>Method Details</h3> |
| 87 | <div class="method"> |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 88 | <code class="details" id="close">close()</code> |
| 89 | <pre>Close httplib2 connections.</pre> |
| 90 | </div> |
| 91 | |
| 92 | <div class="method"> |
Dan O'Meara | dd49464 | 2020-05-01 07:42:23 -0700 | [diff] [blame] | 93 | <code class="details" id="get">get(blogId, x__xgafv=None)</code> |
| 94 | <pre>Gets a blog by id. |
Sai Cheemalapati | df61397 | 2016-10-21 13:59:49 -0700 | [diff] [blame] | 95 | |
| 96 | Args: |
Dan O'Meara | dd49464 | 2020-05-01 07:42:23 -0700 | [diff] [blame] | 97 | blogId: string, A parameter (required) |
| 98 | x__xgafv: string, V1 error format. |
| 99 | Allowed values |
| 100 | 1 - v1 error format |
| 101 | 2 - v2 error format |
Sai Cheemalapati | df61397 | 2016-10-21 13:59:49 -0700 | [diff] [blame] | 102 | |
| 103 | Returns: |
| 104 | An object of the form: |
| 105 | |
| 106 | { |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 107 | "published": "A String", # RFC 3339 date-time when this blog was published. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 108 | "customMetaData": "A String", # The JSON custom meta-data for the Blog. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 109 | "pages": { # The container of pages in this blog. |
| 110 | "selfLink": "A String", # The URL of the container for pages in this blog. |
| 111 | "totalItems": 42, # The count of pages in this blog. |
| 112 | }, |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 113 | "selfLink": "A String", # The API REST URL to fetch this resource from. |
Bu Sun Kim | 6502091 | 2020-05-20 12:08:20 -0700 | [diff] [blame] | 114 | "posts": { # The container of posts in this blog. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 115 | "selfLink": "A String", # The URL of the container for posts in this blog. |
Bu Sun Kim | 6502091 | 2020-05-20 12:08:20 -0700 | [diff] [blame] | 116 | "items": [ # The List of Posts for this Blog. |
Dan O'Meara | dd49464 | 2020-05-01 07:42:23 -0700 | [diff] [blame] | 117 | { |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 118 | "status": "A String", # Status of the post. Only set for admin-level requests. |
| 119 | "images": [ # Display image for the Post. |
| 120 | { |
| 121 | "url": "A String", |
| 122 | }, |
| 123 | ], |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 124 | "blog": { # Data about the blog containing this Post. |
| 125 | "id": "A String", # The identifier of the Blog that contains this Post. |
| 126 | }, |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 127 | "author": { # The author of this Post. |
| 128 | "image": { # The creator's avatar. |
| 129 | "url": "A String", # The creator's avatar URL. |
| 130 | }, |
| 131 | "url": "A String", # The URL of the creator's Profile page. |
| 132 | "displayName": "A String", # The display name. |
| 133 | "id": "A String", # The identifier of the creator. |
| 134 | }, |
| 135 | "title": "A String", # The title of the Post. |
| 136 | "customMetaData": "A String", # The JSON meta-data for the Post. |
| 137 | "updated": "A String", # RFC 3339 date-time when this Post was last updated. |
| 138 | "content": "A String", # The content of the Post. May contain HTML markup. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 139 | "labels": [ # The list of labels this Post was tagged with. |
| 140 | "A String", |
| 141 | ], |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 142 | "published": "A String", # RFC 3339 date-time when this Post was published. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 143 | "replies": { # The container of comments on this Post. |
| 144 | "totalItems": "A String", # The count of comments on this post. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 145 | "items": [ # The List of Comments for this Post. |
| 146 | { |
| 147 | "id": "A String", # The identifier for this resource. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 148 | "author": { # The author of this Comment. |
| 149 | "image": { # The creator's avatar. |
| 150 | "url": "A String", # The creator's avatar URL. |
| 151 | }, |
| 152 | "url": "A String", # The URL of the creator's Profile page. |
| 153 | "displayName": "A String", # The display name. |
| 154 | "id": "A String", # The identifier of the creator. |
| 155 | }, |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 156 | "post": { # Data about the post containing this comment. |
| 157 | "id": "A String", # The identifier of the post containing this comment. |
| 158 | }, |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 159 | "inReplyTo": { # Data about the comment this is in reply to. |
| 160 | "id": "A String", # The identified of the parent of this comment. |
| 161 | }, |
| 162 | "status": "A String", # The status of the comment (only populated for admin users). |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 163 | "updated": "A String", # RFC 3339 date-time when this comment was last updated. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 164 | "kind": "A String", # The kind of this entry. Always blogger#comment. |
| 165 | "selfLink": "A String", # The API REST URL to fetch this resource from. |
| 166 | "blog": { # Data about the blog containing this comment. |
| 167 | "id": "A String", # The identifier of the blog containing this comment. |
| 168 | }, |
| 169 | "published": "A String", # RFC 3339 date-time when this comment was published. |
| 170 | "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] | 171 | }, |
| 172 | ], |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 173 | "selfLink": "A String", # The URL of the comments on this post. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 174 | }, |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 175 | "id": "A String", # The identifier of this Post. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 176 | "readerComments": "A String", # Comment control and display setting for readers of this post. |
| 177 | "titleLink": "A String", # The title link URL, similar to atom's related link. |
| 178 | "selfLink": "A String", # The API REST URL to fetch this resource from. |
| 179 | "etag": "A String", # Etag of the resource. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 180 | "location": { # The location for geotagged posts. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 181 | "span": "A String", # Location's viewport span. Can be used when rendering a map preview. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 182 | "name": "A String", # Location name. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 183 | "lng": 3.14, # Location's longitude. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 184 | "lat": 3.14, # Location's latitude. |
| 185 | }, |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 186 | "kind": "A String", # The kind of this entity. Always blogger#post. |
| 187 | "url": "A String", # The URL where this Post is displayed. |
Dan O'Meara | dd49464 | 2020-05-01 07:42:23 -0700 | [diff] [blame] | 188 | }, |
| 189 | ], |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 190 | "totalItems": 42, # The count of posts in this blog. |
Sai Cheemalapati | df61397 | 2016-10-21 13:59:49 -0700 | [diff] [blame] | 191 | }, |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 192 | "name": "A String", # The name of this blog. This is displayed as the title. |
| 193 | "url": "A String", # The URL where this blog is published. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 194 | "locale": { # The locale this Blog is set to. |
| 195 | "language": "A String", # The language this blog is authored in. |
| 196 | "variant": "A String", # The language variant this blog is authored in. |
| 197 | "country": "A String", # The country this blog's locale is set to. |
| 198 | }, |
| 199 | "kind": "A String", # The kind of this entry. Always blogger#blog. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 200 | "updated": "A String", # RFC 3339 date-time when this blog was last updated. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 201 | "description": "A String", # The description of this blog. This is displayed underneath the title. |
| 202 | "id": "A String", # The identifier for this resource. |
| 203 | "status": "A String", # The status of the blog. |
Dan O'Meara | dd49464 | 2020-05-01 07:42:23 -0700 | [diff] [blame] | 204 | }</pre> |
| 205 | </div> |
| 206 | |
| 207 | <div class="method"> |
| 208 | <code class="details" id="list">list(userId, x__xgafv=None)</code> |
| 209 | <pre>Lists blogs by user id, possibly filtered. |
| 210 | |
| 211 | Args: |
| 212 | userId: string, A parameter (required) |
| 213 | x__xgafv: string, V1 error format. |
| 214 | Allowed values |
| 215 | 1 - v1 error format |
| 216 | 2 - v2 error format |
| 217 | |
| 218 | Returns: |
| 219 | An object of the form: |
| 220 | |
| 221 | { |
Bu Sun Kim | 6502091 | 2020-05-20 12:08:20 -0700 | [diff] [blame] | 222 | "blogUserInfos": [ # Admin level list of blog per-user information. |
Dan O'Meara | dd49464 | 2020-05-01 07:42:23 -0700 | [diff] [blame] | 223 | { |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 224 | "blog_user_info": { # Information about a User for the Blog. |
| 225 | "photosAlbumKey": "A String", # The Photo Album Key for the user when adding photos to the blog. |
| 226 | "hasAdminAccess": True or False, # True if the user has Admin level access to the blog. |
| 227 | "role": "A String", # Access permissions that the user has for the blog (ADMIN, AUTHOR, or READER). |
| 228 | "blogId": "A String", # ID of the Blog resource. |
| 229 | "userId": "A String", # ID of the User. |
| 230 | "kind": "A String", # The kind of this entity. Always blogger#blogPerUserInfo. |
| 231 | }, |
| 232 | "kind": "A String", # The kind of this entity. Always blogger#blogUserInfo. |
Bu Sun Kim | 6502091 | 2020-05-20 12:08:20 -0700 | [diff] [blame] | 233 | "blog": { # The Blog resource. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 234 | "published": "A String", # RFC 3339 date-time when this blog was published. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 235 | "customMetaData": "A String", # The JSON custom meta-data for the Blog. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 236 | "pages": { # The container of pages in this blog. |
| 237 | "selfLink": "A String", # The URL of the container for pages in this blog. |
| 238 | "totalItems": 42, # The count of pages in this blog. |
| 239 | }, |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 240 | "selfLink": "A String", # The API REST URL to fetch this resource from. |
Bu Sun Kim | 6502091 | 2020-05-20 12:08:20 -0700 | [diff] [blame] | 241 | "posts": { # The container of posts in this blog. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 242 | "selfLink": "A String", # The URL of the container for posts in this blog. |
Bu Sun Kim | 6502091 | 2020-05-20 12:08:20 -0700 | [diff] [blame] | 243 | "items": [ # The List of Posts for this Blog. |
Dan O'Meara | dd49464 | 2020-05-01 07:42:23 -0700 | [diff] [blame] | 244 | { |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 245 | "status": "A String", # Status of the post. Only set for admin-level requests. |
| 246 | "images": [ # Display image for the Post. |
| 247 | { |
| 248 | "url": "A String", |
| 249 | }, |
| 250 | ], |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 251 | "blog": { # Data about the blog containing this Post. |
| 252 | "id": "A String", # The identifier of the Blog that contains this Post. |
| 253 | }, |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 254 | "author": { # The author of this Post. |
| 255 | "image": { # The creator's avatar. |
| 256 | "url": "A String", # The creator's avatar URL. |
| 257 | }, |
| 258 | "url": "A String", # The URL of the creator's Profile page. |
| 259 | "displayName": "A String", # The display name. |
| 260 | "id": "A String", # The identifier of the creator. |
| 261 | }, |
| 262 | "title": "A String", # The title of the Post. |
| 263 | "customMetaData": "A String", # The JSON meta-data for the Post. |
| 264 | "updated": "A String", # RFC 3339 date-time when this Post was last updated. |
| 265 | "content": "A String", # The content of the Post. May contain HTML markup. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 266 | "labels": [ # The list of labels this Post was tagged with. |
| 267 | "A String", |
| 268 | ], |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 269 | "published": "A String", # RFC 3339 date-time when this Post was published. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 270 | "replies": { # The container of comments on this Post. |
| 271 | "totalItems": "A String", # The count of comments on this post. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 272 | "items": [ # The List of Comments for this Post. |
| 273 | { |
| 274 | "id": "A String", # The identifier for this resource. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 275 | "author": { # The author of this Comment. |
| 276 | "image": { # The creator's avatar. |
| 277 | "url": "A String", # The creator's avatar URL. |
| 278 | }, |
| 279 | "url": "A String", # The URL of the creator's Profile page. |
| 280 | "displayName": "A String", # The display name. |
| 281 | "id": "A String", # The identifier of the creator. |
| 282 | }, |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 283 | "post": { # Data about the post containing this comment. |
| 284 | "id": "A String", # The identifier of the post containing this comment. |
| 285 | }, |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 286 | "inReplyTo": { # Data about the comment this is in reply to. |
| 287 | "id": "A String", # The identified of the parent of this comment. |
| 288 | }, |
| 289 | "status": "A String", # The status of the comment (only populated for admin users). |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 290 | "updated": "A String", # RFC 3339 date-time when this comment was last updated. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 291 | "kind": "A String", # The kind of this entry. Always blogger#comment. |
| 292 | "selfLink": "A String", # The API REST URL to fetch this resource from. |
| 293 | "blog": { # Data about the blog containing this comment. |
| 294 | "id": "A String", # The identifier of the blog containing this comment. |
| 295 | }, |
| 296 | "published": "A String", # RFC 3339 date-time when this comment was published. |
| 297 | "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] | 298 | }, |
| 299 | ], |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 300 | "selfLink": "A String", # The URL of the comments on this post. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 301 | }, |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 302 | "id": "A String", # The identifier of this Post. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 303 | "readerComments": "A String", # Comment control and display setting for readers of this post. |
| 304 | "titleLink": "A String", # The title link URL, similar to atom's related link. |
| 305 | "selfLink": "A String", # The API REST URL to fetch this resource from. |
| 306 | "etag": "A String", # Etag of the resource. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 307 | "location": { # The location for geotagged posts. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 308 | "span": "A String", # Location's viewport span. Can be used when rendering a map preview. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 309 | "name": "A String", # Location name. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 310 | "lng": 3.14, # Location's longitude. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 311 | "lat": 3.14, # Location's latitude. |
| 312 | }, |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 313 | "kind": "A String", # The kind of this entity. Always blogger#post. |
| 314 | "url": "A String", # The URL where this Post is displayed. |
Dan O'Meara | dd49464 | 2020-05-01 07:42:23 -0700 | [diff] [blame] | 315 | }, |
| 316 | ], |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 317 | "totalItems": 42, # The count of posts in this blog. |
Dan O'Meara | dd49464 | 2020-05-01 07:42:23 -0700 | [diff] [blame] | 318 | }, |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 319 | "name": "A String", # The name of this blog. This is displayed as the title. |
| 320 | "url": "A String", # The URL where this blog is published. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 321 | "locale": { # The locale this Blog is set to. |
| 322 | "language": "A String", # The language this blog is authored in. |
| 323 | "variant": "A String", # The language variant this blog is authored in. |
| 324 | "country": "A String", # The country this blog's locale is set to. |
| 325 | }, |
| 326 | "kind": "A String", # The kind of this entry. Always blogger#blog. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 327 | "updated": "A String", # RFC 3339 date-time when this blog was last updated. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 328 | "description": "A String", # The description of this blog. This is displayed underneath the title. |
| 329 | "id": "A String", # The identifier for this resource. |
| 330 | "status": "A String", # The status of the blog. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 331 | }, |
Dan O'Meara | dd49464 | 2020-05-01 07:42:23 -0700 | [diff] [blame] | 332 | }, |
| 333 | ], |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 334 | "kind": "A String", # The kind of this entity. Always blogger#blogList. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 335 | "items": [ # The list of Blogs this user has Authorship or Admin rights over. |
| 336 | { |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 337 | "published": "A String", # RFC 3339 date-time when this blog was published. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 338 | "customMetaData": "A String", # The JSON custom meta-data for the Blog. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 339 | "pages": { # The container of pages in this blog. |
| 340 | "selfLink": "A String", # The URL of the container for pages in this blog. |
| 341 | "totalItems": 42, # The count of pages in this blog. |
| 342 | }, |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 343 | "selfLink": "A String", # The API REST URL to fetch this resource from. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 344 | "posts": { # The container of posts in this blog. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 345 | "selfLink": "A String", # The URL of the container for posts in this blog. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 346 | "items": [ # The List of Posts for this Blog. |
| 347 | { |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 348 | "status": "A String", # Status of the post. Only set for admin-level requests. |
| 349 | "images": [ # Display image for the Post. |
| 350 | { |
| 351 | "url": "A String", |
| 352 | }, |
| 353 | ], |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 354 | "blog": { # Data about the blog containing this Post. |
| 355 | "id": "A String", # The identifier of the Blog that contains this Post. |
| 356 | }, |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 357 | "author": { # The author of this Post. |
| 358 | "image": { # The creator's avatar. |
| 359 | "url": "A String", # The creator's avatar URL. |
| 360 | }, |
| 361 | "url": "A String", # The URL of the creator's Profile page. |
| 362 | "displayName": "A String", # The display name. |
| 363 | "id": "A String", # The identifier of the creator. |
| 364 | }, |
| 365 | "title": "A String", # The title of the Post. |
| 366 | "customMetaData": "A String", # The JSON meta-data for the Post. |
| 367 | "updated": "A String", # RFC 3339 date-time when this Post was last updated. |
| 368 | "content": "A String", # The content of the Post. May contain HTML markup. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 369 | "labels": [ # The list of labels this Post was tagged with. |
| 370 | "A String", |
| 371 | ], |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 372 | "published": "A String", # RFC 3339 date-time when this Post was published. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 373 | "replies": { # The container of comments on this Post. |
| 374 | "totalItems": "A String", # The count of comments on this post. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 375 | "items": [ # The List of Comments for this Post. |
| 376 | { |
| 377 | "id": "A String", # The identifier for this resource. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 378 | "author": { # The author of this Comment. |
| 379 | "image": { # The creator's avatar. |
| 380 | "url": "A String", # The creator's avatar URL. |
| 381 | }, |
| 382 | "url": "A String", # The URL of the creator's Profile page. |
| 383 | "displayName": "A String", # The display name. |
| 384 | "id": "A String", # The identifier of the creator. |
| 385 | }, |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 386 | "post": { # Data about the post containing this comment. |
| 387 | "id": "A String", # The identifier of the post containing this comment. |
| 388 | }, |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 389 | "inReplyTo": { # Data about the comment this is in reply to. |
| 390 | "id": "A String", # The identified of the parent of this comment. |
| 391 | }, |
| 392 | "status": "A String", # The status of the comment (only populated for admin users). |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 393 | "updated": "A String", # RFC 3339 date-time when this comment was last updated. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 394 | "kind": "A String", # The kind of this entry. Always blogger#comment. |
| 395 | "selfLink": "A String", # The API REST URL to fetch this resource from. |
| 396 | "blog": { # Data about the blog containing this comment. |
| 397 | "id": "A String", # The identifier of the blog containing this comment. |
| 398 | }, |
| 399 | "published": "A String", # RFC 3339 date-time when this comment was published. |
| 400 | "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] | 401 | }, |
| 402 | ], |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 403 | "selfLink": "A String", # The URL of the comments on this post. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 404 | }, |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 405 | "id": "A String", # The identifier of this Post. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 406 | "readerComments": "A String", # Comment control and display setting for readers of this post. |
| 407 | "titleLink": "A String", # The title link URL, similar to atom's related link. |
| 408 | "selfLink": "A String", # The API REST URL to fetch this resource from. |
| 409 | "etag": "A String", # Etag of the resource. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 410 | "location": { # The location for geotagged posts. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 411 | "span": "A String", # Location's viewport span. Can be used when rendering a map preview. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 412 | "name": "A String", # Location name. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 413 | "lng": 3.14, # Location's longitude. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 414 | "lat": 3.14, # Location's latitude. |
| 415 | }, |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 416 | "kind": "A String", # The kind of this entity. Always blogger#post. |
| 417 | "url": "A String", # The URL where this Post is displayed. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 418 | }, |
| 419 | ], |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 420 | "totalItems": 42, # The count of posts in this blog. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 421 | }, |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 422 | "name": "A String", # The name of this blog. This is displayed as the title. |
| 423 | "url": "A String", # The URL where this blog is published. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 424 | "locale": { # The locale this Blog is set to. |
| 425 | "language": "A String", # The language this blog is authored in. |
| 426 | "variant": "A String", # The language variant this blog is authored in. |
| 427 | "country": "A String", # The country this blog's locale is set to. |
| 428 | }, |
| 429 | "kind": "A String", # The kind of this entry. Always blogger#blog. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 430 | "updated": "A String", # RFC 3339 date-time when this blog was last updated. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 431 | "description": "A String", # The description of this blog. This is displayed underneath the title. |
| 432 | "id": "A String", # The identifier for this resource. |
| 433 | "status": "A String", # The status of the blog. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 434 | }, |
| 435 | ], |
Sai Cheemalapati | df61397 | 2016-10-21 13:59:49 -0700 | [diff] [blame] | 436 | }</pre> |
| 437 | </div> |
| 438 | |
| 439 | </body></html> |