Liking cljdoc? Tell your friends :D

happygapi.poly.users

Poly API: users. 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/users

Poly API: users.
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/users
raw docstring

assets-list$clj

(assets-list$ auth parameters)

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

Required parameters: name

Optional parameters: pageToken, pageSize, visibility, orderBy, format

Lists assets authored by the given user. Only the value 'me', representing the currently-authenticated user, is supported. May include assets with an access level of PRIVATE or UNLISTED and assets which are All Rights Reserved for the currently-authenticated user.

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

Required parameters: name

Optional parameters: pageToken, pageSize, visibility, orderBy, format

Lists assets authored by the given user. Only the value 'me', representing
the currently-authenticated user, is supported. May include assets with an
access level of PRIVATE or
UNLISTED and assets which are
All Rights Reserved for the
currently-authenticated user.
sourceraw docstring

likedassets-list$clj

(likedassets-list$ auth parameters)

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

Required parameters: name

Optional parameters: orderBy, pageToken, pageSize, format

Lists assets that the user has liked. Only the value 'me', representing the currently-authenticated user, is supported. May include assets with an access level of UNLISTED.

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

Required parameters: name

Optional parameters: orderBy, pageToken, pageSize, format

Lists assets that the user has liked. Only the value 'me', representing
the currently-authenticated user, is supported. May include assets with an
access level of UNLISTED.
sourceraw docstring

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

× close