Poly API: assets. The Poly API provides read access to assets hosted on poly.google.com to all, and upload access to poly.google.com for whitelisted accounts. See: https://developers.google.com/poly/api/reference/rest/v1/assets
Poly API: assets. The Poly API provides read access to assets hosted on poly.google.com to all, and upload access to poly.google.com for whitelisted accounts. See: https://developers.google.com/poly/api/reference/rest/v1/assets
(get$ auth parameters)
https://developers.google.com/poly/api/reference/rest/v1/assets/get
Required parameters: name
Optional parameters: none
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.
https://developers.google.com/poly/api/reference/rest/v1/assets/get Required parameters: name Optional parameters: none 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.
(list$ auth parameters)
https://developers.google.com/poly/api/reference/rest/v1/assets/list
Required parameters: none
Optional parameters: category, pageToken, orderBy, curated, maxComplexity, pageSize, format, keywords
Lists all public, remixable assets. These are assets with an access level of PUBLIC and published under the CC-By license.
https://developers.google.com/poly/api/reference/rest/v1/assets/list Required parameters: none Optional parameters: category, pageToken, orderBy, curated, maxComplexity, pageSize, format, keywords Lists all public, remixable assets. These are assets with an access level of PUBLIC and published under the CC-By license.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close