Liking cljdoc? Tell your friends :D

happygapi.youtube.playlistItems

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

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

delete$clj

(delete$ auth parameters)

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

Required parameters: id

Optional parameters: onBehalfOfContentOwner

Deletes a resource.

https://developers.google.com/youtube/api/reference/rest/v3/playlistItems/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/playlistItems/insert

Required parameters: part

Optional parameters: onBehalfOfContentOwner

Body:

{:id string, :snippet {:videoOwnerChannelTitle string, :description string, :publishedAt string, :channelId string, :thumbnails ThumbnailDetails, :title string, :resourceId ResourceId, :videoOwnerChannelId string, :position integer, :channelTitle string, :playlistId string}, :contentDetails {:startAt string, :videoPublishedAt string, :note string, :videoId string, :endAt string}, :status {:privacyStatus string}, :etag string, :kind string}

Inserts a new resource into this collection.

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

Required parameters: part

Optional parameters: onBehalfOfContentOwner

Body: 

{:id string,
 :snippet {:videoOwnerChannelTitle string,
           :description string,
           :publishedAt string,
           :channelId string,
           :thumbnails ThumbnailDetails,
           :title string,
           :resourceId ResourceId,
           :videoOwnerChannelId string,
           :position integer,
           :channelTitle string,
           :playlistId string},
 :contentDetails {:startAt string,
                  :videoPublishedAt string,
                  :note string,
                  :videoId string,
                  :endAt string},
 :status {:privacyStatus string},
 :etag string,
 :kind string}

Inserts a new resource into this collection.
sourceraw docstring

list$clj

(list$ auth parameters)

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

Required parameters: part

Optional parameters: videoId, pageToken, maxResults, onBehalfOfContentOwner, id, playlistId

Retrieves a list of resources, possibly filtered.

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

Required parameters: part

Optional parameters: videoId, pageToken, maxResults, onBehalfOfContentOwner, id, playlistId

Retrieves a list of resources, possibly filtered.
sourceraw docstring

update$clj

(update$ auth parameters body)

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

Required parameters: part

Optional parameters: onBehalfOfContentOwner

Body:

{:id string, :snippet {:videoOwnerChannelTitle string, :description string, :publishedAt string, :channelId string, :thumbnails ThumbnailDetails, :title string, :resourceId ResourceId, :videoOwnerChannelId string, :position integer, :channelTitle string, :playlistId string}, :contentDetails {:startAt string, :videoPublishedAt string, :note string, :videoId string, :endAt string}, :status {:privacyStatus string}, :etag string, :kind string}

Updates an existing resource.

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

Required parameters: part

Optional parameters: onBehalfOfContentOwner

Body: 

{:id string,
 :snippet {:videoOwnerChannelTitle string,
           :description string,
           :publishedAt string,
           :channelId string,
           :thumbnails ThumbnailDetails,
           :title string,
           :resourceId ResourceId,
           :videoOwnerChannelId string,
           :position integer,
           :channelTitle string,
           :playlistId string},
 :contentDetails {:startAt string,
                  :videoPublishedAt string,
                  :note string,
                  :videoId string,
                  :endAt string},
 :status {:privacyStatus string},
 :etag string,
 :kind string}

Updates an existing resource.
sourceraw docstring

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

× close