Liking cljdoc? Tell your friends :D
Clojure only.

happygapi.youtube.watermarks

YouTube Data API v3: watermarks. The YouTube Data API v3 is an API that provides access to YouTube data, such as videos, playlists, and channels. See: https://developers.google.com/youtube/api/reference/rest/v3/watermarks

YouTube Data API v3: watermarks.
The YouTube Data API v3 is an API that provides access to YouTube data, such as videos, playlists, and channels.
See: https://developers.google.com/youtube/api/reference/rest/v3/watermarks
raw docstring

set$clj

(set$ auth parameters body)

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

Required parameters: channelId

Optional parameters: onBehalfOfContentOwner

Body:

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

Allows upload of watermark image and setting it for a channel.

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

Required parameters: channelId

Optional parameters: onBehalfOfContentOwner

Body: 

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

Allows upload of watermark image and setting it for a channel.
raw docstring

unset$clj

(unset$ auth parameters)

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

Required parameters: channelId

Optional parameters: onBehalfOfContentOwner

Allows removal of channel watermark.

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

Required parameters: channelId

Optional parameters: onBehalfOfContentOwner

Allows removal of channel watermark.
raw docstring

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

× close