blob: 983b5ff73bf04861fb61cf50d4c56255e59e11d6 [file] [log] [blame]
Sai Cheemalapatidf613972016-10-21 13:59:49 -07001<html><body>
2<style>
3
4body, h1, h2, h3, div, span, p, pre, a {
5 margin: 0;
6 padding: 0;
7 border: 0;
8 font-weight: inherit;
9 font-style: inherit;
10 font-size: 100%;
11 font-family: inherit;
12 vertical-align: baseline;
13}
14
15body {
16 font-size: 13px;
17 padding: 1em;
18}
19
20h1 {
21 font-size: 26px;
22 margin-bottom: 1em;
23}
24
25h2 {
26 font-size: 24px;
27 margin-bottom: 1em;
28}
29
30h3 {
31 font-size: 20px;
32 margin-bottom: 1em;
33 margin-top: 1em;
34}
35
36pre, code {
37 line-height: 1.5;
38 font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
39}
40
41pre {
42 margin-top: 0.5em;
43}
44
45h1, h2, h3, p {
46 font-family: Arial, sans serif;
47}
48
49h1, h2, h3 {
50 border-bottom: solid #CCC 1px;
51}
52
53.toc_element {
54 margin-top: 0.5em;
55}
56
57.firstline {
58 margin-left: 2 em;
59}
60
61.method {
62 margin-top: 1em;
63 border: solid 1px #CCC;
64 padding: 1em;
65 background: #EEE;
66}
67
68.details {
69 font-weight: bold;
70 font-size: 14px;
71}
72
73</style>
74
Dan O'Mearadd494642020-05-01 07:42:23 -070075<h1><a href="blogger_v2.html">Blogger API v3</a> . <a href="blogger_v2.pages.html">pages</a></h1>
Sai Cheemalapatidf613972016-10-21 13:59:49 -070076<h2>Instance Methods</h2>
77<p class="toc_element">
Dmitry Frenkel3e17f892020-10-06 16:46:05 -070078 <code><a href="#close">close()</a></code></p>
79<p class="firstline">Close httplib2 connections.</p>
80<p class="toc_element">
Dan O'Mearadd494642020-05-01 07:42:23 -070081 <code><a href="#get">get(blogId, pageId, x__xgafv=None)</a></code></p>
82<p class="firstline">Gets a page by blog id and page id.</p>
Sai Cheemalapatidf613972016-10-21 13:59:49 -070083<p class="toc_element">
Bu Sun Kim65020912020-05-20 12:08:20 -070084 <code><a href="#list">list(blogId, fetchBodies=None, x__xgafv=None)</a></code></p>
Dan O'Mearadd494642020-05-01 07:42:23 -070085<p class="firstline">Lists pages.</p>
Sai Cheemalapatidf613972016-10-21 13:59:49 -070086<h3>Method Details</h3>
87<div class="method">
Dmitry Frenkel3e17f892020-10-06 16:46:05 -070088 <code class="details" id="close">close()</code>
89 <pre>Close httplib2 connections.</pre>
90</div>
91
92<div class="method">
Dan O'Mearadd494642020-05-01 07:42:23 -070093 <code class="details" id="get">get(blogId, pageId, x__xgafv=None)</code>
94 <pre>Gets a page by blog id and page id.
Sai Cheemalapatidf613972016-10-21 13:59:49 -070095
96Args:
Dan O'Mearadd494642020-05-01 07:42:23 -070097 blogId: string, A parameter (required)
98 pageId: string, A parameter (required)
99 x__xgafv: string, V1 error format.
100 Allowed values
101 1 - v1 error format
102 2 - v2 error format
Sai Cheemalapatidf613972016-10-21 13:59:49 -0700103
104Returns:
105 An object of the form:
106
107 {
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700108 &quot;author&quot;: { # The author of this Page.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700109 &quot;url&quot;: &quot;A String&quot;, # The URL of the creator&#x27;s Profile page.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700110 &quot;image&quot;: { # The creator&#x27;s avatar.
111 &quot;url&quot;: &quot;A String&quot;, # The creator&#x27;s avatar URL.
112 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700113 &quot;id&quot;: &quot;A String&quot;, # The identifier of the creator.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800114 &quot;displayName&quot;: &quot;A String&quot;, # The display name.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700115 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800116 &quot;id&quot;: &quot;A String&quot;, # The identifier for this resource.
117 &quot;etag&quot;: &quot;A String&quot;, # Etag of the resource.
118 &quot;url&quot;: &quot;A String&quot;, # The URL that this Page is displayed at.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700119 &quot;blog&quot;: { # Data about the blog containing this Page.
120 &quot;id&quot;: &quot;A String&quot;, # The identifier of the blog containing this page.
121 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800122 &quot;title&quot;: &quot;A String&quot;, # The title of this entity. This is the name displayed in the Admin user interface.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700123 &quot;published&quot;: &quot;A String&quot;, # RFC 3339 date-time when this Page was published.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800124 &quot;status&quot;: &quot;A String&quot;, # The status of the page for admin resources (either LIVE or DRAFT).
125 &quot;updated&quot;: &quot;A String&quot;, # RFC 3339 date-time when this Page was last updated.
126 &quot;selfLink&quot;: &quot;A String&quot;, # The API REST URL to fetch this resource from.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700127 &quot;content&quot;: &quot;A String&quot;, # The body content of this Page, in HTML.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700128 &quot;kind&quot;: &quot;A String&quot;, # The kind of this entity. Always blogger#page.
Sai Cheemalapatidf613972016-10-21 13:59:49 -0700129 }</pre>
130</div>
131
132<div class="method">
Bu Sun Kim65020912020-05-20 12:08:20 -0700133 <code class="details" id="list">list(blogId, fetchBodies=None, x__xgafv=None)</code>
Dan O'Mearadd494642020-05-01 07:42:23 -0700134 <pre>Lists pages.
Sai Cheemalapatidf613972016-10-21 13:59:49 -0700135
136Args:
Dan O'Mearadd494642020-05-01 07:42:23 -0700137 blogId: string, A parameter (required)
Bu Sun Kim65020912020-05-20 12:08:20 -0700138 fetchBodies: boolean, A parameter
Dan O'Mearadd494642020-05-01 07:42:23 -0700139 x__xgafv: string, V1 error format.
140 Allowed values
141 1 - v1 error format
142 2 - v2 error format
Sai Cheemalapatidf613972016-10-21 13:59:49 -0700143
144Returns:
145 An object of the form:
146
147 {
Bu Sun Kim65020912020-05-20 12:08:20 -0700148 &quot;items&quot;: [ # The list of Pages for a Blog.
Sai Cheemalapatidf613972016-10-21 13:59:49 -0700149 {
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700150 &quot;author&quot;: { # The author of this Page.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700151 &quot;url&quot;: &quot;A String&quot;, # The URL of the creator&#x27;s Profile page.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700152 &quot;image&quot;: { # The creator&#x27;s avatar.
153 &quot;url&quot;: &quot;A String&quot;, # The creator&#x27;s avatar URL.
154 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700155 &quot;id&quot;: &quot;A String&quot;, # The identifier of the creator.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800156 &quot;displayName&quot;: &quot;A String&quot;, # The display name.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700157 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800158 &quot;id&quot;: &quot;A String&quot;, # The identifier for this resource.
159 &quot;etag&quot;: &quot;A String&quot;, # Etag of the resource.
160 &quot;url&quot;: &quot;A String&quot;, # The URL that this Page is displayed at.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700161 &quot;blog&quot;: { # Data about the blog containing this Page.
162 &quot;id&quot;: &quot;A String&quot;, # The identifier of the blog containing this page.
163 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800164 &quot;title&quot;: &quot;A String&quot;, # The title of this entity. This is the name displayed in the Admin user interface.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700165 &quot;published&quot;: &quot;A String&quot;, # RFC 3339 date-time when this Page was published.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800166 &quot;status&quot;: &quot;A String&quot;, # The status of the page for admin resources (either LIVE or DRAFT).
167 &quot;updated&quot;: &quot;A String&quot;, # RFC 3339 date-time when this Page was last updated.
168 &quot;selfLink&quot;: &quot;A String&quot;, # The API REST URL to fetch this resource from.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700169 &quot;content&quot;: &quot;A String&quot;, # The body content of this Page, in HTML.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700170 &quot;kind&quot;: &quot;A String&quot;, # The kind of this entity. Always blogger#page.
Sai Cheemalapatidf613972016-10-21 13:59:49 -0700171 },
172 ],
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800173 &quot;nextPageToken&quot;: &quot;A String&quot;, # Pagination token to fetch the next page, if one exists.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700174 &quot;kind&quot;: &quot;A String&quot;, # The kind of this entity. Always blogger#pageList.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700175 &quot;etag&quot;: &quot;A String&quot;, # Etag of the response.
Sai Cheemalapatidf613972016-10-21 13:59:49 -0700176 }</pre>
177</div>
178
179</body></html>