Liking cljdoc? Tell your friends :D
Clojure only.

happygapi.youtube.watermarks

YouTube Data API: watermarks. Supports core YouTube features, such as uploading videos, creating and managing playlists, searching for content, and much more. See: https://developers.google.com/youtube/v3api/reference/rest/v3/watermarks

YouTube Data API: watermarks.
Supports core YouTube features, such as uploading videos, creating and managing playlists, searching for content, and much more.
See: https://developers.google.com/youtube/v3api/reference/rest/v3/watermarks
raw docstring

set$clj

(set$ auth parameters body)

https://developers.google.com/youtube/v3api/reference/rest/v3/watermarks/set

Required parameters: channelId

Optional parameters: onBehalfOfContentOwner

Body:

{:imageBytes string, :imageUrl string, :position {:cornerPosition string, :type string}, :targetChannelId string, :timing {:durationMs string, :offsetMs string, :type string}}

Uploads a watermark image to YouTube and sets it for a channel.

https://developers.google.com/youtube/v3api/reference/rest/v3/watermarks/set

Required parameters: channelId

Optional parameters: onBehalfOfContentOwner

Body: 

{:imageBytes string,
 :imageUrl string,
 :position {:cornerPosition string, :type string},
 :targetChannelId string,
 :timing {:durationMs string, :offsetMs string, :type string}}

Uploads a watermark image to YouTube and sets it for a channel.
sourceraw docstring

unset$clj

(unset$ auth parameters)

https://developers.google.com/youtube/v3api/reference/rest/v3/watermarks/unset

Required parameters: channelId

Optional parameters: onBehalfOfContentOwner

Deletes a channel's watermark image.

https://developers.google.com/youtube/v3api/reference/rest/v3/watermarks/unset

Required parameters: channelId

Optional parameters: onBehalfOfContentOwner

Deletes a channel's watermark image.
sourceraw docstring

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

× close