blob: 9c64e61e588f53f37ae0ff02debe241ea8b4c8ba [file] [log] [blame]
Bu Sun Kim715bd7f2019-06-14 16:50:42 -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
75<h1><a href="poly_v1.html">Poly API</a> . <a href="poly_v1.assets.html">assets</a></h1>
76<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">
Bu Sun Kim715bd7f2019-06-14 16:50:42 -070081 <code><a href="#get">get(name, x__xgafv=None)</a></code></p>
Bu Sun Kim673ec5c2020-11-16 11:05:03 -070082<p class="firstline">Returns detailed information about an asset given its name. PRIVATE assets are returned only if the currently authenticated user (via OAuth token) is the author of the asset.</p>
Bu Sun Kim715bd7f2019-06-14 16:50:42 -070083<p class="toc_element">
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -080084 <code><a href="#list">list(pageSize=None, orderBy=None, category=None, pageToken=None, curated=None, maxComplexity=None, format=None, keywords=None, x__xgafv=None)</a></code></p>
Bu Sun Kim673ec5c2020-11-16 11:05:03 -070085<p class="firstline">Lists all public, remixable assets. These are assets with an access level of PUBLIC and published under the CC-By license.</p>
Bu Sun Kim715bd7f2019-06-14 16:50:42 -070086<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 Frenkel3e17f892020-10-06 16:46:05 -070091 <code class="details" id="close">close()</code>
92 <pre>Close httplib2 connections.</pre>
93</div>
94
95<div class="method">
Bu Sun Kim715bd7f2019-06-14 16:50:42 -070096 <code class="details" id="get">get(name, x__xgafv=None)</code>
Bu Sun Kim673ec5c2020-11-16 11:05:03 -070097 <pre>Returns detailed information about an asset given its name. PRIVATE assets are returned only if the currently authenticated user (via OAuth token) is the author of the asset.
Bu Sun Kim715bd7f2019-06-14 16:50:42 -070098
99Args:
Bu Sun Kim65020912020-05-20 12:08:20 -0700100 name: string, Required. An asset&#x27;s name in the form `assets/{ASSET_ID}`. (required)
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700101 x__xgafv: string, V1 error format.
102 Allowed values
103 1 - v1 error format
104 2 - v2 error format
105
106Returns:
107 An object of the form:
108
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700109 { # Represents and describes an asset in the Poly library. An asset is a 3D model or scene created using [Tilt Brush](//www.tiltbrush.com), [Blocks](//vr.google.com/blocks/), or any 3D program that produces a file that can be upload to Poly.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800110 &quot;presentationParams&quot;: { # Hints for displaying the asset, based on information available when the asset was uploaded. # Hints for displaying the asset. Note that these parameters are not immutable; the author of an asset may change them post-publication.
111 &quot;orientingRotation&quot;: { # A [Quaternion](//en.wikipedia.org/wiki/Quaternion). Please note: if in the response you see &quot;w: 1&quot; and nothing else this is the default value of [0, 0, 0, 1] where x,y, and z are 0. # A rotation that should be applied to the object root to make it upright. More precisely, this quaternion transforms from &quot;object space&quot; (the space in which the object is defined) to &quot;presentation space&quot;, a coordinate system where +Y is up, +X is right, -Z is forward. For example, if the object is the Eiffel Tower, in its local coordinate system the object might be laid out such that the base of the tower is on the YZ plane and the tip of the tower is towards positive X. In this case this quaternion would specify a rotation (of 90 degrees about the Z axis) such that in the presentation space the base of the tower is aligned with the XZ plane, and the tip of the tower lies towards +Y. This rotation is unrelated to the object&#x27;s pose in the web preview, which is just a camera position setting and is *not* reflected in this rotation. Please note: this is applicable only to the gLTF.
112 &quot;w&quot;: 3.14, # The scalar component.
113 &quot;z&quot;: 3.14, # The z component.
114 &quot;y&quot;: 3.14, # The y component.
115 &quot;x&quot;: 3.14, # The x component.
116 },
117 &quot;colorSpace&quot;: &quot;A String&quot;, # The materials&#x27; diffuse/albedo color. This does not apply to vertex colors or texture maps.
118 &quot;backgroundColor&quot;: &quot;A String&quot;, # A background color which could be used for displaying the 3D asset in a &#x27;thumbnail&#x27; or &#x27;palette&#x27; style view. Authors have the option to set this background color when publishing or editing their asset. This is represented as a six-digit hexademical triplet specifying the RGB components of the background color, e.g. #FF0000 for Red.
119 },
120 &quot;license&quot;: &quot;A String&quot;, # The license under which the author has made the asset available for use, if any.
121 &quot;visibility&quot;: &quot;A String&quot;, # The visibility of the asset and who can access it.
122 &quot;description&quot;: &quot;A String&quot;, # The human-readable description, set by the asset&#x27;s author.
123 &quot;updateTime&quot;: &quot;A String&quot;, # The time when the asset was last modified. For published assets, whose contents are immutable, the update time changes only when metadata properties, such as visibility, are updated.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700124 &quot;remixInfo&quot;: { # Info about the sources of this asset (i.e. assets that were remixed to create this asset). # The remix info for the asset.
125 &quot;sourceAsset&quot;: [ # Resource ids for the sources of this remix, of the form: `assets/{ASSET_ID}`
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700126 &quot;A String&quot;,
127 ],
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700128 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800129 &quot;isCurated&quot;: True or False, # Whether this asset has been curated by the Poly team.
130 &quot;displayName&quot;: &quot;A String&quot;, # The human-readable name, set by the asset&#x27;s author.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700131 &quot;thumbnail&quot;: { # Represents a file in Poly, which can be a root, resource, or thumbnail file. # The thumbnail image for the asset.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800132 &quot;url&quot;: &quot;A String&quot;, # The URL where the file data can be retrieved.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800133 &quot;contentType&quot;: &quot;A String&quot;, # The MIME content-type, such as `image/png`. For more information, see [MIME types](//developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/MIME_types).
134 &quot;relativePath&quot;: &quot;A String&quot;, # The path of the resource file relative to the root file. For root or thumbnail files, this is just the filename.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700135 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700136 &quot;name&quot;: &quot;A String&quot;, # The unique identifier for the asset in the form: `assets/{ASSET_ID}`.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800137 &quot;metadata&quot;: &quot;A String&quot;, # Application-defined opaque metadata for this asset. This field is only returned when querying for the signed-in user&#x27;s own assets, not for public assets. This string is limited to 1K chars. It is up to the creator of the asset to define the format for this string (for example, JSON).
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800138 &quot;formats&quot;: [ # A list of Formats where each format describes one representation of the asset.
139 { # The same asset can be represented in different formats, for example, a [WaveFront .obj](//en.wikipedia.org/wiki/Wavefront_.obj_file) file with its corresponding .mtl file or a [Khronos glTF](//www.khronos.org/gltf) file with its corresponding .glb binary data. A format refers to a specific representation of an asset and contains all information needed to retrieve and describe this representation.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800140 &quot;formatComplexity&quot;: { # Information on the complexity of this Format. # Complexity stats about this representation of the asset.
141 &quot;triangleCount&quot;: &quot;A String&quot;, # The estimated number of triangles.
142 &quot;lodHint&quot;: 42, # A non-negative integer that represents the level of detail (LOD) of this format relative to other formats of the same asset with the same format_type. This hint allows you to sort formats from the most-detailed (0) to least-detailed (integers greater than 0).
143 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800144 &quot;resources&quot;: [ # A list of dependencies of the root element. May include, but is not limited to, materials, textures, and shader programs.
145 { # Represents a file in Poly, which can be a root, resource, or thumbnail file.
146 &quot;url&quot;: &quot;A String&quot;, # The URL where the file data can be retrieved.
147 &quot;contentType&quot;: &quot;A String&quot;, # The MIME content-type, such as `image/png`. For more information, see [MIME types](//developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/MIME_types).
148 &quot;relativePath&quot;: &quot;A String&quot;, # The path of the resource file relative to the root file. For root or thumbnail files, this is just the filename.
149 },
150 ],
151 &quot;root&quot;: { # Represents a file in Poly, which can be a root, resource, or thumbnail file. # The root of the file hierarchy. This will always be populated. For some format_types - such as `TILT`, which are self-contained - this is all of the data. Other types - such as `OBJ` - often reference other data elements. These are contained in the resources field.
152 &quot;url&quot;: &quot;A String&quot;, # The URL where the file data can be retrieved.
153 &quot;contentType&quot;: &quot;A String&quot;, # The MIME content-type, such as `image/png`. For more information, see [MIME types](//developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/MIME_types).
154 &quot;relativePath&quot;: &quot;A String&quot;, # The path of the resource file relative to the root file. For root or thumbnail files, this is just the filename.
155 },
156 &quot;formatType&quot;: &quot;A String&quot;, # A short string that identifies the format type of this representation. Possible values are: `FBX`, `GLTF`, `GLTF2`, `OBJ`, and `TILT`.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800157 },
158 ],
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800159 &quot;authorName&quot;: &quot;A String&quot;, # The author&#x27;s publicly visible name. Use this name when giving credit to the author. For more information, see [Licensing](/poly/discover/licensing).
160 &quot;createTime&quot;: &quot;A String&quot;, # For published assets, the time when the asset was published. For unpublished assets, the time when the asset was created.
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700161 }</pre>
162</div>
163
164<div class="method">
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800165 <code class="details" id="list">list(pageSize=None, orderBy=None, category=None, pageToken=None, curated=None, maxComplexity=None, format=None, keywords=None, x__xgafv=None)</code>
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700166 <pre>Lists all public, remixable assets. These are assets with an access level of PUBLIC and published under the CC-By license.
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700167
168Args:
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700169 pageSize: integer, The maximum number of assets to be returned. This value must be between `1` and `100`. Defaults to `20`.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800170 orderBy: string, Specifies an ordering for assets. Acceptable values are: `BEST`, `NEWEST`, `OLDEST`. Defaults to `BEST`, which ranks assets based on a combination of popularity and other features.
171 category: string, Filter assets based on the specified category. Supported values are: `animals`, `architecture`, `art`, `food`, `nature`, `objects`, `people`, `scenes`, `technology`, and `transport`.
172 pageToken: string, Specifies a continuation token from a previous search whose results were split into multiple pages. To get the next page, submit the same request specifying the value from next_page_token.
173 curated: boolean, Return only assets that have been curated by the Poly team.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700174 maxComplexity: string, Returns assets that are of the specified complexity or less. Defaults to COMPLEX. For example, a request for MEDIUM assets also includes SIMPLE assets.
175 Allowed values
176 COMPLEXITY_UNSPECIFIED - No complexity specified. This is equivalent to omitting the filter.
177 COMPLEX - Highly-complex.
178 MEDIUM - Averagely-complex.
179 SIMPLE - Simple.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800180 format: string, Return only assets with the matching format. Acceptable values are: `BLOCKS`, `FBX`, `GLTF`, `GLTF2`, `OBJ`, `TILT`.
181 keywords: string, One or more search terms to be matched against all text that Poly has indexed for assets, which includes display_name, description, and tags. Multiple keywords should be separated by spaces.
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700182 x__xgafv: string, V1 error format.
183 Allowed values
184 1 - v1 error format
185 2 - v2 error format
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700186
187Returns:
188 An object of the form:
189
190 { # A response message from a request to list.
Bu Sun Kim65020912020-05-20 12:08:20 -0700191 &quot;assets&quot;: [ # A list of assets that match the criteria specified in the request.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700192 { # Represents and describes an asset in the Poly library. An asset is a 3D model or scene created using [Tilt Brush](//www.tiltbrush.com), [Blocks](//vr.google.com/blocks/), or any 3D program that produces a file that can be upload to Poly.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800193 &quot;presentationParams&quot;: { # Hints for displaying the asset, based on information available when the asset was uploaded. # Hints for displaying the asset. Note that these parameters are not immutable; the author of an asset may change them post-publication.
194 &quot;orientingRotation&quot;: { # A [Quaternion](//en.wikipedia.org/wiki/Quaternion). Please note: if in the response you see &quot;w: 1&quot; and nothing else this is the default value of [0, 0, 0, 1] where x,y, and z are 0. # A rotation that should be applied to the object root to make it upright. More precisely, this quaternion transforms from &quot;object space&quot; (the space in which the object is defined) to &quot;presentation space&quot;, a coordinate system where +Y is up, +X is right, -Z is forward. For example, if the object is the Eiffel Tower, in its local coordinate system the object might be laid out such that the base of the tower is on the YZ plane and the tip of the tower is towards positive X. In this case this quaternion would specify a rotation (of 90 degrees about the Z axis) such that in the presentation space the base of the tower is aligned with the XZ plane, and the tip of the tower lies towards +Y. This rotation is unrelated to the object&#x27;s pose in the web preview, which is just a camera position setting and is *not* reflected in this rotation. Please note: this is applicable only to the gLTF.
195 &quot;w&quot;: 3.14, # The scalar component.
196 &quot;z&quot;: 3.14, # The z component.
197 &quot;y&quot;: 3.14, # The y component.
198 &quot;x&quot;: 3.14, # The x component.
199 },
200 &quot;colorSpace&quot;: &quot;A String&quot;, # The materials&#x27; diffuse/albedo color. This does not apply to vertex colors or texture maps.
201 &quot;backgroundColor&quot;: &quot;A String&quot;, # A background color which could be used for displaying the 3D asset in a &#x27;thumbnail&#x27; or &#x27;palette&#x27; style view. Authors have the option to set this background color when publishing or editing their asset. This is represented as a six-digit hexademical triplet specifying the RGB components of the background color, e.g. #FF0000 for Red.
202 },
203 &quot;license&quot;: &quot;A String&quot;, # The license under which the author has made the asset available for use, if any.
204 &quot;visibility&quot;: &quot;A String&quot;, # The visibility of the asset and who can access it.
205 &quot;description&quot;: &quot;A String&quot;, # The human-readable description, set by the asset&#x27;s author.
206 &quot;updateTime&quot;: &quot;A String&quot;, # The time when the asset was last modified. For published assets, whose contents are immutable, the update time changes only when metadata properties, such as visibility, are updated.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700207 &quot;remixInfo&quot;: { # Info about the sources of this asset (i.e. assets that were remixed to create this asset). # The remix info for the asset.
208 &quot;sourceAsset&quot;: [ # Resource ids for the sources of this remix, of the form: `assets/{ASSET_ID}`
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700209 &quot;A String&quot;,
210 ],
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700211 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800212 &quot;isCurated&quot;: True or False, # Whether this asset has been curated by the Poly team.
213 &quot;displayName&quot;: &quot;A String&quot;, # The human-readable name, set by the asset&#x27;s author.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700214 &quot;thumbnail&quot;: { # Represents a file in Poly, which can be a root, resource, or thumbnail file. # The thumbnail image for the asset.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800215 &quot;url&quot;: &quot;A String&quot;, # The URL where the file data can be retrieved.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800216 &quot;contentType&quot;: &quot;A String&quot;, # The MIME content-type, such as `image/png`. For more information, see [MIME types](//developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/MIME_types).
217 &quot;relativePath&quot;: &quot;A String&quot;, # The path of the resource file relative to the root file. For root or thumbnail files, this is just the filename.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700218 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700219 &quot;name&quot;: &quot;A String&quot;, # The unique identifier for the asset in the form: `assets/{ASSET_ID}`.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800220 &quot;metadata&quot;: &quot;A String&quot;, # Application-defined opaque metadata for this asset. This field is only returned when querying for the signed-in user&#x27;s own assets, not for public assets. This string is limited to 1K chars. It is up to the creator of the asset to define the format for this string (for example, JSON).
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800221 &quot;formats&quot;: [ # A list of Formats where each format describes one representation of the asset.
222 { # The same asset can be represented in different formats, for example, a [WaveFront .obj](//en.wikipedia.org/wiki/Wavefront_.obj_file) file with its corresponding .mtl file or a [Khronos glTF](//www.khronos.org/gltf) file with its corresponding .glb binary data. A format refers to a specific representation of an asset and contains all information needed to retrieve and describe this representation.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800223 &quot;formatComplexity&quot;: { # Information on the complexity of this Format. # Complexity stats about this representation of the asset.
224 &quot;triangleCount&quot;: &quot;A String&quot;, # The estimated number of triangles.
225 &quot;lodHint&quot;: 42, # A non-negative integer that represents the level of detail (LOD) of this format relative to other formats of the same asset with the same format_type. This hint allows you to sort formats from the most-detailed (0) to least-detailed (integers greater than 0).
226 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800227 &quot;resources&quot;: [ # A list of dependencies of the root element. May include, but is not limited to, materials, textures, and shader programs.
228 { # Represents a file in Poly, which can be a root, resource, or thumbnail file.
229 &quot;url&quot;: &quot;A String&quot;, # The URL where the file data can be retrieved.
230 &quot;contentType&quot;: &quot;A String&quot;, # The MIME content-type, such as `image/png`. For more information, see [MIME types](//developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/MIME_types).
231 &quot;relativePath&quot;: &quot;A String&quot;, # The path of the resource file relative to the root file. For root or thumbnail files, this is just the filename.
232 },
233 ],
234 &quot;root&quot;: { # Represents a file in Poly, which can be a root, resource, or thumbnail file. # The root of the file hierarchy. This will always be populated. For some format_types - such as `TILT`, which are self-contained - this is all of the data. Other types - such as `OBJ` - often reference other data elements. These are contained in the resources field.
235 &quot;url&quot;: &quot;A String&quot;, # The URL where the file data can be retrieved.
236 &quot;contentType&quot;: &quot;A String&quot;, # The MIME content-type, such as `image/png`. For more information, see [MIME types](//developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/MIME_types).
237 &quot;relativePath&quot;: &quot;A String&quot;, # The path of the resource file relative to the root file. For root or thumbnail files, this is just the filename.
238 },
239 &quot;formatType&quot;: &quot;A String&quot;, # A short string that identifies the format type of this representation. Possible values are: `FBX`, `GLTF`, `GLTF2`, `OBJ`, and `TILT`.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800240 },
241 ],
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800242 &quot;authorName&quot;: &quot;A String&quot;, # The author&#x27;s publicly visible name. Use this name when giving credit to the author. For more information, see [Licensing](/poly/discover/licensing).
243 &quot;createTime&quot;: &quot;A String&quot;, # For published assets, the time when the asset was published. For unpublished assets, the time when the asset was created.
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700244 },
245 ],
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800246 &quot;nextPageToken&quot;: &quot;A String&quot;, # The continuation token for retrieving the next page. If empty, indicates that there are no more pages. To get the next page, submit the same request specifying this value as the page_token.
247 &quot;totalSize&quot;: 42, # The total number of assets in the list, without pagination.
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700248 }</pre>
249</div>
250
251<div class="method">
252 <code class="details" id="list_next">list_next(previous_request, previous_response)</code>
253 <pre>Retrieves the next page of results.
254
255Args:
256 previous_request: The request for the previous page. (required)
257 previous_response: The response from the request for the previous page. (required)
258
259Returns:
Bu Sun Kim65020912020-05-20 12:08:20 -0700260 A request object that you can call &#x27;execute()&#x27; on to request the next
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700261 page. Returns None if there are no more items in the collection.
262 </pre>
263</div>
264
265</body></html>