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.
sourceraw 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:

{:contentDetails {:closedCaptionsIngestionUrl string, :isReusable boolean}, :snippet {:description string, :title string, :channelId string, :isDefaultStream boolean, :publishedAt string}, :etag string, :status {:streamStatus string, :healthStatus LiveStreamHealthStatus}, :id string, :kind string, :cdn {:ingestionType string, :ingestionInfo IngestionInfo, :resolution string, :frameRate string, :format 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: 

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

Inserts a new stream for the authenticated user.
sourceraw docstring

list$clj

(list$ auth parameters)

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

Required parameters: part

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

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: pageToken, onBehalfOfContentOwner, onBehalfOfContentOwnerChannel, id, mine, maxResults

Retrieve the list of streams associated with the given channel. --
sourceraw 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:

{:contentDetails {:closedCaptionsIngestionUrl string, :isReusable boolean}, :snippet {:description string, :title string, :channelId string, :isDefaultStream boolean, :publishedAt string}, :etag string, :status {:streamStatus string, :healthStatus LiveStreamHealthStatus}, :id string, :kind string, :cdn {:ingestionType string, :ingestionInfo IngestionInfo, :resolution string, :frameRate string, :format 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: 

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

Updates an existing stream for the authenticated user.
sourceraw docstring

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

× close