Liking cljdoc? Tell your friends :D

happygapi.youtube.channelSections

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

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

delete$clj

(delete$ auth parameters)

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

Required parameters: id

Optional parameters: onBehalfOfContentOwner

Deletes a channelSection.

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

Required parameters: id

Optional parameters: onBehalfOfContentOwner

Deletes a channelSection.
sourceraw docstring

insert$clj

(insert$ auth parameters body)

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

Required parameters: part

Optional parameters: onBehalfOfContentOwner, onBehalfOfContentOwnerChannel

Body:

{:contentDetails {:channels [string], :playlists [string]}, :etag string, :id string, :kind string, :localizations {}, :snippet {:channelId string, :defaultLanguage string, :localized ChannelSectionLocalization, :position integer, :style string, :title string, :type string}, :targeting {:countries [string], :languages [string], :regions [string]}}

Adds a channelSection for the authenticated user's channel.

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

Required parameters: part

Optional parameters: onBehalfOfContentOwner, onBehalfOfContentOwnerChannel

Body: 

{:contentDetails {:channels [string], :playlists [string]},
 :etag string,
 :id string,
 :kind string,
 :localizations {},
 :snippet {:channelId string,
           :defaultLanguage string,
           :localized ChannelSectionLocalization,
           :position integer,
           :style string,
           :title string,
           :type string},
 :targeting {:countries [string],
             :languages [string],
             :regions [string]}}

Adds a channelSection for the authenticated user's channel.
sourceraw docstring

list$clj

(list$ auth parameters)

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

Required parameters: part

Optional parameters: channelId, hl, id, mine, onBehalfOfContentOwner

Returns channelSection resources that match the API request criteria.

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

Required parameters: part

Optional parameters: channelId, hl, id, mine, onBehalfOfContentOwner

Returns channelSection resources that match the API request criteria.
sourceraw docstring

update$clj

(update$ auth parameters body)

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

Required parameters: part

Optional parameters: onBehalfOfContentOwner

Body:

{:contentDetails {:channels [string], :playlists [string]}, :etag string, :id string, :kind string, :localizations {}, :snippet {:channelId string, :defaultLanguage string, :localized ChannelSectionLocalization, :position integer, :style string, :title string, :type string}, :targeting {:countries [string], :languages [string], :regions [string]}}

Update a channelSection.

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

Required parameters: part

Optional parameters: onBehalfOfContentOwner

Body: 

{:contentDetails {:channels [string], :playlists [string]},
 :etag string,
 :id string,
 :kind string,
 :localizations {},
 :snippet {:channelId string,
           :defaultLanguage string,
           :localized ChannelSectionLocalization,
           :position integer,
           :style string,
           :title string,
           :type string},
 :targeting {:countries [string],
             :languages [string],
             :regions [string]}}

Update a channelSection.
sourceraw docstring

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

× close