Liking cljdoc? Tell your friends :D

happygapi.youtube.playlists

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

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

delete$clj

(delete$ auth parameters)

https://developers.google.com/youtube/api/reference/rest/v3/playlists/delete

Required parameters: id

Optional parameters: onBehalfOfContentOwner

Deletes a resource.

https://developers.google.com/youtube/api/reference/rest/v3/playlists/delete

Required parameters: id

Optional parameters: onBehalfOfContentOwner

Deletes a resource.
sourceraw docstring

insert$clj

(insert$ auth parameters body)

https://developers.google.com/youtube/api/reference/rest/v3/playlists/insert

Required parameters: part

Optional parameters: onBehalfOfContentOwner, onBehalfOfContentOwnerChannel

Body:

{:player {:embedHtml string}, :etag string, :snippet {:description string, :tags [string], :publishedAt string, :channelId string, :thumbnails ThumbnailDetails, :title string, :localized PlaylistLocalization, :channelTitle string, :thumbnailVideoId string, :defaultLanguage string}, :status {:privacyStatus string}, :kind string, :contentDetails {:itemCount integer}, :id string, :localizations {}}

Inserts a new resource into this collection.

https://developers.google.com/youtube/api/reference/rest/v3/playlists/insert

Required parameters: part

Optional parameters: onBehalfOfContentOwner, onBehalfOfContentOwnerChannel

Body: 

{:player {:embedHtml string},
 :etag string,
 :snippet {:description string,
           :tags [string],
           :publishedAt string,
           :channelId string,
           :thumbnails ThumbnailDetails,
           :title string,
           :localized PlaylistLocalization,
           :channelTitle string,
           :thumbnailVideoId string,
           :defaultLanguage string},
 :status {:privacyStatus string},
 :kind string,
 :contentDetails {:itemCount integer},
 :id string,
 :localizations {}}

Inserts a new resource into this collection.
sourceraw docstring

list$clj

(list$ auth parameters)

https://developers.google.com/youtube/api/reference/rest/v3/playlists/list

Required parameters: part

Optional parameters: onBehalfOfContentOwnerChannel, channelId, pageToken, mine, hl, id, onBehalfOfContentOwner, maxResults

Retrieves a list of resources, possibly filtered.

https://developers.google.com/youtube/api/reference/rest/v3/playlists/list

Required parameters: part

Optional parameters: onBehalfOfContentOwnerChannel, channelId, pageToken, mine, hl, id, onBehalfOfContentOwner, maxResults

Retrieves a list of resources, possibly filtered.
sourceraw docstring

update$clj

(update$ auth parameters body)

https://developers.google.com/youtube/api/reference/rest/v3/playlists/update

Required parameters: part

Optional parameters: onBehalfOfContentOwner

Body:

{:player {:embedHtml string}, :etag string, :snippet {:description string, :tags [string], :publishedAt string, :channelId string, :thumbnails ThumbnailDetails, :title string, :localized PlaylistLocalization, :channelTitle string, :thumbnailVideoId string, :defaultLanguage string}, :status {:privacyStatus string}, :kind string, :contentDetails {:itemCount integer}, :id string, :localizations {}}

Updates an existing resource.

https://developers.google.com/youtube/api/reference/rest/v3/playlists/update

Required parameters: part

Optional parameters: onBehalfOfContentOwner

Body: 

{:player {:embedHtml string},
 :etag string,
 :snippet {:description string,
           :tags [string],
           :publishedAt string,
           :channelId string,
           :thumbnails ThumbnailDetails,
           :title string,
           :localized PlaylistLocalization,
           :channelTitle string,
           :thumbnailVideoId string,
           :defaultLanguage string},
 :status {:privacyStatus string},
 :kind string,
 :contentDetails {:itemCount integer},
 :id string,
 :localizations {}}

Updates an existing resource.
sourceraw docstring

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

× close