Liking cljdoc? Tell your friends :D
Clojure only.

happygapi.poly.assets

Poly API: assets. The Poly API provides read access to assets hosted on <a href="https://poly.google.com">poly.google.com</a> to all, and upload access to <a href="https://poly.google.com">poly.google.com</a> 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 <a href="https://poly.google.com">poly.google.com</a> to all, and upload access to <a href="https://poly.google.com">poly.google.com</a> for whitelisted accounts.

See: https://developers.google.com/poly/api/reference/rest/v1/assets
raw docstring

get$clj

(get$ auth args)

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

list$clj

(list$ auth args)

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

Required parameters: none

Optional parameters: keywords, orderBy, format, curated, category, maxComplexity, pageToken, pageSize 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, orderBy, format, curated, category, maxComplexity, pageToken, pageSize
Lists all public, remixable assets. These are assets with an access level
of PUBLIC and published under the
CC-By license.
raw docstring

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

× close