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:

{:timing {:offsetMs string, :type string, :durationMs string}, :imageUrl string, :imageBytes string, :position {:cornerPosition string, :type string}, :targetChannelId 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: 

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

Allows upload of watermark image and setting it for a channel.
sourceraw 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.
sourceraw docstring

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

× close