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.
sourceraw 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 {:channel ChannelSettings, :image ImageSettings, :hints [PropertyValue], :watch WatchSettings}, :snippet {:country string, :publishedAt string, :thumbnails ThumbnailDetails, :title string, :localized ChannelLocalization, :description string, :defaultLanguage string, :customUrl string}, :etag string, :auditDetails {:contentIdClaimsGoodStanding boolean, :communityGuidelinesGoodStanding boolean, :copyrightStrikesGoodStanding boolean}, :conversionPings {:pings [ChannelConversionPing]}, :statistics {:hiddenSubscriberCount boolean, :viewCount string, :videoCount string, :subscriberCount string, :commentCount string}, :status {:longUploadsStatus string, :isLinked boolean, :madeForKids boolean, :selfDeclaredMadeForKids boolean, :privacyStatus string}, :id string, :kind string, :contentDetails {:relatedPlaylists {:favorites string, :likes string, :uploads string, :watchHistory string, :watchLater 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 {:channel ChannelSettings,
                    :image ImageSettings,
                    :hints [PropertyValue],
                    :watch WatchSettings},
 :snippet {:country string,
           :publishedAt string,
           :thumbnails ThumbnailDetails,
           :title string,
           :localized ChannelLocalization,
           :description string,
           :defaultLanguage string,
           :customUrl string},
 :etag string,
 :auditDetails {:contentIdClaimsGoodStanding boolean,
                :communityGuidelinesGoodStanding boolean,
                :copyrightStrikesGoodStanding boolean},
 :conversionPings {:pings [ChannelConversionPing]},
 :statistics {:hiddenSubscriberCount boolean,
              :viewCount string,
              :videoCount string,
              :subscriberCount string,
              :commentCount string},
 :status {:longUploadsStatus string,
          :isLinked boolean,
          :madeForKids boolean,
          :selfDeclaredMadeForKids boolean,
          :privacyStatus string},
 :id string,
 :kind string,
 :contentDetails {:relatedPlaylists {:favorites string,
                                     :likes string,
                                     :uploads string,
                                     :watchHistory string,
                                     :watchLater string}},
 :topicDetails {:topicIds [string], :topicCategories [string]}}

Updates an existing resource.
sourceraw docstring

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

× close