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/docs/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/docs/reference/rest/v3/playlistItems
(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.
(insert$ auth parameters body)
https://developers.google.com/youtube/api/reference/rest/v3/playlistItems/insert
Required parameters: part
Optional parameters: onBehalfOfContentOwner
Body:
{:id string, :status {:privacyStatus string}, :kind string, :etag 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 {:note string, :videoId string, :videoPublishedAt string, :endAt string, :startAt 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, :status {:privacyStatus string}, :kind string, :etag 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 {:note string, :videoId string, :videoPublishedAt string, :endAt string, :startAt string}} Inserts a new resource into this collection.
(list$ auth parameters)
https://developers.google.com/youtube/api/reference/rest/v3/playlistItems/list
Required parameters: part
Optional parameters: maxResults, playlistId, id, pageToken, onBehalfOfContentOwner, videoId
Retrieves a list of resources, possibly filtered.
https://developers.google.com/youtube/api/reference/rest/v3/playlistItems/list Required parameters: part Optional parameters: maxResults, playlistId, id, pageToken, onBehalfOfContentOwner, videoId Retrieves a list of resources, possibly filtered.
(update$ auth parameters body)
https://developers.google.com/youtube/api/reference/rest/v3/playlistItems/update
Required parameters: part
Optional parameters: onBehalfOfContentOwner
Body:
{:id string, :status {:privacyStatus string}, :kind string, :etag 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 {:note string, :videoId string, :videoPublishedAt string, :endAt string, :startAt 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, :status {:privacyStatus string}, :kind string, :etag 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 {:note string, :videoId string, :videoPublishedAt string, :endAt string, :startAt string}} Updates an existing resource.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close