Liking cljdoc? Tell your friends :D

happygapi.youtube.liveStreams

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

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

delete$clj

(delete$ auth parameters)

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

Required parameters: id

Optional parameters: onBehalfOfContentOwner, onBehalfOfContentOwnerChannel

Deletes an existing stream for the authenticated user.

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

Required parameters: id

Optional parameters: onBehalfOfContentOwner, onBehalfOfContentOwnerChannel

Deletes an existing stream for the authenticated user.
raw docstring

insert$clj

(insert$ auth parameters body)

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

Required parameters: part

Optional parameters: onBehalfOfContentOwner, onBehalfOfContentOwnerChannel

Body:

{:snippet {:publishedAt string, :isDefaultStream boolean, :title string, :channelId string, :description string}, :contentDetails {:isReusable boolean, :closedCaptionsIngestionUrl string}, :status {:healthStatus LiveStreamHealthStatus, :streamStatus string}, :etag string, :id string, :cdn {:ingestionType string, :resolution string, :format string, :frameRate string, :ingestionInfo IngestionInfo}, :kind string}

Inserts a new stream for the authenticated user.

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

Required parameters: part

Optional parameters: onBehalfOfContentOwner, onBehalfOfContentOwnerChannel

Body: 

{:snippet {:publishedAt string,
           :isDefaultStream boolean,
           :title string,
           :channelId string,
           :description string},
 :contentDetails {:isReusable boolean,
                  :closedCaptionsIngestionUrl string},
 :status {:healthStatus LiveStreamHealthStatus, :streamStatus string},
 :etag string,
 :id string,
 :cdn {:ingestionType string,
       :resolution string,
       :format string,
       :frameRate string,
       :ingestionInfo IngestionInfo},
 :kind string}

Inserts a new stream for the authenticated user.
raw docstring

list$clj

(list$ auth parameters)

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

Required parameters: part

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

Retrieve the list of streams associated with the given channel. --

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

Required parameters: part

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

Retrieve the list of streams associated with the given channel. --
raw docstring

update$clj

(update$ auth parameters body)

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

Required parameters: part

Optional parameters: onBehalfOfContentOwner, onBehalfOfContentOwnerChannel

Body:

{:snippet {:publishedAt string, :isDefaultStream boolean, :title string, :channelId string, :description string}, :contentDetails {:isReusable boolean, :closedCaptionsIngestionUrl string}, :status {:healthStatus LiveStreamHealthStatus, :streamStatus string}, :etag string, :id string, :cdn {:ingestionType string, :resolution string, :format string, :frameRate string, :ingestionInfo IngestionInfo}, :kind string}

Updates an existing stream for the authenticated user.

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

Required parameters: part

Optional parameters: onBehalfOfContentOwner, onBehalfOfContentOwnerChannel

Body: 

{:snippet {:publishedAt string,
           :isDefaultStream boolean,
           :title string,
           :channelId string,
           :description string},
 :contentDetails {:isReusable boolean,
                  :closedCaptionsIngestionUrl string},
 :status {:healthStatus LiveStreamHealthStatus, :streamStatus string},
 :etag string,
 :id string,
 :cdn {:ingestionType string,
       :resolution string,
       :format string,
       :frameRate string,
       :ingestionInfo IngestionInfo},
 :kind string}

Updates an existing stream for the authenticated user.
raw docstring

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

× close