Liking cljdoc? Tell your friends :D
Clojure only.

happygapi.youtube.channels

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

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

list$clj

(list$ auth parameters)

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

Required parameters: part

Optional parameters: managedByMe, categoryId, forUsername, pageToken, mine, hl, id, mySubscribers, onBehalfOfContentOwner, maxResults

Retrieves a list of resources, possibly filtered.

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

Required parameters: part

Optional parameters: managedByMe, categoryId, forUsername, pageToken, mine, hl, id, mySubscribers, onBehalfOfContentOwner, maxResults

Retrieves a list of resources, possibly filtered.
raw docstring

update$clj

(update$ auth parameters body)

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

Required parameters: part

Optional parameters: onBehalfOfContentOwner

Body:

{:contentOwnerDetails {:contentOwner string, :timeLinked string}, :localizations {}, :brandingSettings {:image ImageSettings, :watch WatchSettings, :hints [PropertyValue], :channel ChannelSettings}, :snippet {:thumbnails ThumbnailDetails, :title string, :publishedAt string, :localized ChannelLocalization, :defaultLanguage string, :customUrl string, :country string, :description string}, :etag string, :auditDetails {:communityGuidelinesGoodStanding boolean, :contentIdClaimsGoodStanding boolean, :copyrightStrikesGoodStanding boolean}, :conversionPings {:pings [ChannelConversionPing]}, :statistics {:videoCount string, :subscriberCount string, :hiddenSubscriberCount boolean, :viewCount string, :commentCount string}, :status {:longUploadsStatus string, :madeForKids boolean, :selfDeclaredMadeForKids boolean, :privacyStatus string, :isLinked boolean}, :id string, :kind string, :contentDetails {:relatedPlaylists {:favorites string, :watchLater string, :watchHistory string, :likes string, :uploads string}}, :topicDetails {:topicIds [string], :topicCategories [string]}}

Updates an existing resource.

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

Required parameters: part

Optional parameters: onBehalfOfContentOwner

Body: 

{:contentOwnerDetails {:contentOwner string, :timeLinked string},
 :localizations {},
 :brandingSettings {:image ImageSettings,
                    :watch WatchSettings,
                    :hints [PropertyValue],
                    :channel ChannelSettings},
 :snippet {:thumbnails ThumbnailDetails,
           :title string,
           :publishedAt string,
           :localized ChannelLocalization,
           :defaultLanguage string,
           :customUrl string,
           :country string,
           :description string},
 :etag string,
 :auditDetails {:communityGuidelinesGoodStanding boolean,
                :contentIdClaimsGoodStanding boolean,
                :copyrightStrikesGoodStanding boolean},
 :conversionPings {:pings [ChannelConversionPing]},
 :statistics {:videoCount string,
              :subscriberCount string,
              :hiddenSubscriberCount boolean,
              :viewCount string,
              :commentCount string},
 :status {:longUploadsStatus string,
          :madeForKids boolean,
          :selfDeclaredMadeForKids boolean,
          :privacyStatus string,
          :isLinked boolean},
 :id string,
 :kind string,
 :contentDetails {:relatedPlaylists {:favorites string,
                                     :watchLater string,
                                     :watchHistory string,
                                     :likes string,
                                     :uploads string}},
 :topicDetails {:topicIds [string], :topicCategories [string]}}

Updates an existing resource.
raw docstring

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

× close