Liking cljdoc? Tell your friends :D

happygapi.youtube.playlistItems

YouTube Data API: playlistItems. Supports core YouTube features, such as uploading videos, creating and managing playlists, searching for content, and much more. See: https://developers.google.com/youtube/v3api/reference/rest/v3/playlistItems

YouTube Data API: playlistItems.
Supports core YouTube features, such as uploading videos, creating and managing playlists, searching for content, and much more.
See: https://developers.google.com/youtube/v3api/reference/rest/v3/playlistItems
raw docstring

delete$clj

(delete$ auth parameters)

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

Required parameters: id

Optional parameters: onBehalfOfContentOwner

Deletes a playlist item.

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

Required parameters: id

Optional parameters: onBehalfOfContentOwner

Deletes a playlist item.
sourceraw docstring

insert$clj

(insert$ auth parameters body)

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

Required parameters: part

Optional parameters: onBehalfOfContentOwner

Body:

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

Adds a resource to a playlist.

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

Required parameters: part

Optional parameters: onBehalfOfContentOwner

Body: 

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

Adds a resource to a playlist.
sourceraw docstring

list$clj

(list$ auth parameters)

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

Required parameters: part

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

Returns a collection of playlist items that match the API request parameters. You can retrieve all of the playlist items in a specified playlist or retrieve one or more playlist items by their unique IDs.

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

Required parameters: part

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

Returns a collection of playlist items that match the API request parameters. You can retrieve all of the playlist items in a specified playlist or retrieve one or more playlist items by their unique IDs.
sourceraw docstring

update$clj

(update$ auth parameters body)

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

Required parameters: part

Optional parameters: onBehalfOfContentOwner

Body:

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

Modifies a playlist item. For example, you could update the item's position in the playlist.

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

Required parameters: part

Optional parameters: onBehalfOfContentOwner

Body: 

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

Modifies a playlist item. For example, you could update the item's position in the playlist.
sourceraw docstring

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

× close