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

insert$clj

(insert$ auth parameters body)

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

Required parameters: part

Optional parameters: onBehalfOfContentOwner, onBehalfOfContentOwnerChannel

Body:

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

Inserts a new resource into this collection.

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

Required parameters: part

Optional parameters: onBehalfOfContentOwner, onBehalfOfContentOwnerChannel

Body: 

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

Inserts a new resource into this collection.
sourceraw docstring

list$clj

(list$ auth parameters)

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

Required parameters: part

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

Retrieves a list of resources, possibly filtered.

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

Required parameters: part

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

Retrieves a list of resources, possibly filtered.
sourceraw 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:

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

Updates an existing resource.

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

Required parameters: part

Optional parameters: onBehalfOfContentOwner

Body: 

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

Updates an existing resource.
sourceraw docstring

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

× close