| 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.comments.html">comments</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, postId, commentId, x__xgafv=None)</a></code></p> | 
 | 82 | <p class="firstline">Gets a comment by blog id, post id and comment id.</p> | 
| Sai Cheemalapati | df61397 | 2016-10-21 13:59:49 -0700 | [diff] [blame] | 83 | <p class="toc_element"> | 
| Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 84 |   <code><a href="#list">list(blogId, postId, startDate=None, fetchBodies=None, maxResults=None, pageToken=None, x__xgafv=None)</a></code></p> | 
| Dan O'Meara | dd49464 | 2020-05-01 07:42:23 -0700 | [diff] [blame] | 85 | <p class="firstline">Lists comments.</p> | 
| Sai Cheemalapati | df61397 | 2016-10-21 13:59:49 -0700 | [diff] [blame] | 86 | <p class="toc_element"> | 
 | 87 |   <code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p> | 
 | 88 | <p class="firstline">Retrieves the next page of results.</p> | 
 | 89 | <h3>Method Details</h3> | 
 | 90 | <div class="method"> | 
| Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 91 |     <code class="details" id="close">close()</code> | 
 | 92 |   <pre>Close httplib2 connections.</pre> | 
 | 93 | </div> | 
 | 94 |  | 
 | 95 | <div class="method"> | 
| Dan O'Meara | dd49464 | 2020-05-01 07:42:23 -0700 | [diff] [blame] | 96 |     <code class="details" id="get">get(blogId, postId, commentId, x__xgafv=None)</code> | 
 | 97 |   <pre>Gets a comment by blog id, post id and comment id. | 
| Sai Cheemalapati | df61397 | 2016-10-21 13:59:49 -0700 | [diff] [blame] | 98 |  | 
 | 99 | Args: | 
| Dan O'Meara | dd49464 | 2020-05-01 07:42:23 -0700 | [diff] [blame] | 100 |   blogId: string, A parameter (required) | 
 | 101 |   postId: string, A parameter (required) | 
 | 102 |   commentId: string, A parameter (required) | 
 | 103 |   x__xgafv: string, V1 error format. | 
 | 104 |     Allowed values | 
 | 105 |       1 - v1 error format | 
 | 106 |       2 - v2 error format | 
| Sai Cheemalapati | df61397 | 2016-10-21 13:59:49 -0700 | [diff] [blame] | 107 |  | 
 | 108 | Returns: | 
 | 109 |   An object of the form: | 
 | 110 |  | 
 | 111 |     { | 
| Bu Sun Kim | 6502091 | 2020-05-20 12:08:20 -0700 | [diff] [blame] | 112 |     "author": { # The author of this Comment. | 
| Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 113 |       "displayName": "A String", # The display name. | 
| Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 114 |       "id": "A String", # The identifier of the creator. | 
 | 115 |       "url": "A String", # The URL of the creator's Profile page. | 
| Bu Sun Kim | 6502091 | 2020-05-20 12:08:20 -0700 | [diff] [blame] | 116 |       "image": { # The creator's avatar. | 
 | 117 |         "url": "A String", # The creator's avatar URL. | 
| Sai Cheemalapati | df61397 | 2016-10-21 13:59:49 -0700 | [diff] [blame] | 118 |       }, | 
| Sai Cheemalapati | df61397 | 2016-10-21 13:59:49 -0700 | [diff] [blame] | 119 |     }, | 
| Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 120 |     "content": "A String", # The actual content of the comment. May include HTML markup. | 
 | 121 |     "id": "A String", # The identifier for this resource. | 
 | 122 |     "updated": "A String", # RFC 3339 date-time when this comment was last updated. | 
 | 123 |     "published": "A String", # RFC 3339 date-time when this comment was published. | 
 | 124 |     "status": "A String", # The status of the comment (only populated for admin users). | 
| Bu Sun Kim | 6502091 | 2020-05-20 12:08:20 -0700 | [diff] [blame] | 125 |     "blog": { # Data about the blog containing this comment. | 
 | 126 |       "id": "A String", # The identifier of the blog containing this comment. | 
| Sai Cheemalapati | df61397 | 2016-10-21 13:59:49 -0700 | [diff] [blame] | 127 |     }, | 
| Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 128 |     "kind": "A String", # The kind of this entry. Always blogger#comment. | 
| Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 129 |     "inReplyTo": { # Data about the comment this is in reply to. | 
 | 130 |       "id": "A String", # The identified of the parent of this comment. | 
 | 131 |     }, | 
| Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 132 |     "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] | 133 |     "post": { # Data about the post containing this comment. | 
 | 134 |       "id": "A String", # The identifier of the post containing this comment. | 
 | 135 |     }, | 
| Sai Cheemalapati | df61397 | 2016-10-21 13:59:49 -0700 | [diff] [blame] | 136 |   }</pre> | 
 | 137 | </div> | 
 | 138 |  | 
 | 139 | <div class="method"> | 
| Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 140 |     <code class="details" id="list">list(blogId, postId, startDate=None, fetchBodies=None, maxResults=None, pageToken=None, x__xgafv=None)</code> | 
| Dan O'Meara | dd49464 | 2020-05-01 07:42:23 -0700 | [diff] [blame] | 141 |   <pre>Lists comments. | 
| Sai Cheemalapati | df61397 | 2016-10-21 13:59:49 -0700 | [diff] [blame] | 142 |  | 
 | 143 | Args: | 
| Dan O'Meara | dd49464 | 2020-05-01 07:42:23 -0700 | [diff] [blame] | 144 |   blogId: string, A parameter (required) | 
 | 145 |   postId: string, A parameter (required) | 
| Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 146 |   startDate: string, A parameter | 
| Bu Sun Kim | 4ed7d3f | 2020-05-27 12:20:54 -0700 | [diff] [blame] | 147 |   fetchBodies: boolean, A parameter | 
| Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 148 |   maxResults: integer, A parameter | 
| Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 149 |   pageToken: string, A parameter | 
| Dan O'Meara | dd49464 | 2020-05-01 07:42:23 -0700 | [diff] [blame] | 150 |   x__xgafv: string, V1 error format. | 
 | 151 |     Allowed values | 
 | 152 |       1 - v1 error format | 
 | 153 |       2 - v2 error format | 
| Sai Cheemalapati | df61397 | 2016-10-21 13:59:49 -0700 | [diff] [blame] | 154 |  | 
 | 155 | Returns: | 
 | 156 |   An object of the form: | 
 | 157 |  | 
 | 158 |     { | 
| Bu Sun Kim | 6502091 | 2020-05-20 12:08:20 -0700 | [diff] [blame] | 159 |     "items": [ # The List of Comments for a Post. | 
| Sai Cheemalapati | df61397 | 2016-10-21 13:59:49 -0700 | [diff] [blame] | 160 |       { | 
| Bu Sun Kim | 6502091 | 2020-05-20 12:08:20 -0700 | [diff] [blame] | 161 |         "author": { # The author of this Comment. | 
| Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 162 |           "displayName": "A String", # The display name. | 
| Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 163 |           "id": "A String", # The identifier of the creator. | 
 | 164 |           "url": "A String", # The URL of the creator's Profile page. | 
| Bu Sun Kim | 6502091 | 2020-05-20 12:08:20 -0700 | [diff] [blame] | 165 |           "image": { # The creator's avatar. | 
 | 166 |             "url": "A String", # The creator's avatar URL. | 
| Sai Cheemalapati | df61397 | 2016-10-21 13:59:49 -0700 | [diff] [blame] | 167 |           }, | 
| Sai Cheemalapati | df61397 | 2016-10-21 13:59:49 -0700 | [diff] [blame] | 168 |         }, | 
| Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 169 |         "content": "A String", # The actual content of the comment. May include HTML markup. | 
 | 170 |         "id": "A String", # The identifier for this resource. | 
 | 171 |         "updated": "A String", # RFC 3339 date-time when this comment was last updated. | 
 | 172 |         "published": "A String", # RFC 3339 date-time when this comment was published. | 
 | 173 |         "status": "A String", # The status of the comment (only populated for admin users). | 
| Bu Sun Kim | 6502091 | 2020-05-20 12:08:20 -0700 | [diff] [blame] | 174 |         "blog": { # Data about the blog containing this comment. | 
 | 175 |           "id": "A String", # The identifier of the blog containing this comment. | 
| Sai Cheemalapati | df61397 | 2016-10-21 13:59:49 -0700 | [diff] [blame] | 176 |         }, | 
| Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 177 |         "kind": "A String", # The kind of this entry. Always blogger#comment. | 
| Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 178 |         "inReplyTo": { # Data about the comment this is in reply to. | 
 | 179 |           "id": "A String", # The identified of the parent of this comment. | 
 | 180 |         }, | 
| Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 181 |         "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] | 182 |         "post": { # Data about the post containing this comment. | 
 | 183 |           "id": "A String", # The identifier of the post containing this comment. | 
 | 184 |         }, | 
| Sai Cheemalapati | df61397 | 2016-10-21 13:59:49 -0700 | [diff] [blame] | 185 |       }, | 
 | 186 |     ], | 
| Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 187 |     "etag": "A String", # Etag of the response. | 
 | 188 |     "kind": "A String", # The kind of this entry. Always blogger#commentList. | 
 | 189 |     "prevPageToken": "A String", # Pagination token to fetch the previous page, if one exists. | 
 | 190 |     "nextPageToken": "A String", # Pagination token to fetch the next page, if one exists. | 
| Sai Cheemalapati | df61397 | 2016-10-21 13:59:49 -0700 | [diff] [blame] | 191 |   }</pre> | 
 | 192 | </div> | 
 | 193 |  | 
 | 194 | <div class="method"> | 
 | 195 |     <code class="details" id="list_next">list_next(previous_request, previous_response)</code> | 
 | 196 |   <pre>Retrieves the next page of results. | 
 | 197 |  | 
 | 198 | Args: | 
 | 199 |   previous_request: The request for the previous page. (required) | 
 | 200 |   previous_response: The response from the request for the previous page. (required) | 
 | 201 |  | 
 | 202 | Returns: | 
| Bu Sun Kim | 6502091 | 2020-05-20 12:08:20 -0700 | [diff] [blame] | 203 |   A request object that you can call 'execute()' on to request the next | 
| Sai Cheemalapati | df61397 | 2016-10-21 13:59:49 -0700 | [diff] [blame] | 204 |   page. Returns None if there are no more items in the collection. | 
 | 205 |     </pre> | 
 | 206 | </div> | 
 | 207 |  | 
 | 208 | </body></html> |