Liking cljdoc? Tell your friends :D

happygapi.youtube.channelSections

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

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

delete$clj

(delete$ auth parameters)

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

Required parameters: id

Optional parameters: onBehalfOfContentOwner

Deletes a resource.

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

Required parameters: id

Optional parameters: onBehalfOfContentOwner

Deletes a resource.
raw docstring

insert$clj

(insert$ auth parameters body)

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

Required parameters: part

Optional parameters: onBehalfOfContentOwnerChannel, onBehalfOfContentOwner

Body:

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

Inserts a new resource into this collection.

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

Required parameters: part

Optional parameters: onBehalfOfContentOwnerChannel, onBehalfOfContentOwner

Body: 

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

Inserts a new resource into this collection.
raw docstring

list$clj

(list$ auth parameters)

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

Required parameters: part

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

Retrieves a list of resources, possibly filtered.

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

Required parameters: part

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

Retrieves a list of resources, possibly filtered.
raw docstring

update$clj

(update$ auth parameters body)

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

Required parameters: part

Optional parameters: onBehalfOfContentOwner

Body:

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

Updates an existing resource.

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

Required parameters: part

Optional parameters: onBehalfOfContentOwner

Body: 

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

Updates an existing resource.
raw docstring

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

× close