Liking cljdoc? Tell your friends :D
Clojure only.

happygapi.youtube.thumbnails

YouTube Data API v3: thumbnails. 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/thumbnails

YouTube Data API v3: thumbnails.
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/thumbnails
raw docstring

set$clj

(set$ auth parameters)

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

Required parameters: videoId

Optional parameters: onBehalfOfContentOwner

As this is not an insert in a strict sense (it supports uploading/setting of a thumbnail for multiple videos, which doesn't result in creation of a single resource), I use a custom verb here.

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

Required parameters: videoId

Optional parameters: onBehalfOfContentOwner

As this is not an insert in a strict sense (it supports uploading/setting of a thumbnail for multiple videos, which doesn't result in creation of a single resource), I use a custom verb here.
sourceraw docstring

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

× close