Liking cljdoc? Tell your friends :D
Clojure only.

happygapi.poly.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

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
raw docstring

get$clj

(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.
sourceraw docstring

list$clj

(list$ auth parameters)

https://developers.google.com/poly/api/reference/rest/v1/assets/list

Required parameters: none

Optional parameters: keywords, pageSize, format, pageToken, maxComplexity, curated, category, orderBy

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: keywords, pageSize, format, pageToken, maxComplexity, curated, category, orderBy

Lists all public, remixable assets. These are assets with an access level of PUBLIC and published under the CC-By license.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close