Liking cljdoc? Tell your friends :D

happygapi.youtube.youtube

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

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

v3-updateCommentThreads$clj

(v3-updateCommentThreads$ auth parameters body)

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

Required parameters: none

Optional parameters: part

Body:

{:kind string, :etag string, :replies {:comments [Comment]}, :id string, :snippet {:videoId string, :totalReplyCount integer, :canReply boolean, :isPublic boolean, :channelId string, :topLevelComment Comment}}

Updates an existing resource.

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

Required parameters: none

Optional parameters: part

Body: 

{:kind string,
 :etag string,
 :replies {:comments [Comment]},
 :id string,
 :snippet {:videoId string,
           :totalReplyCount integer,
           :canReply boolean,
           :isPublic boolean,
           :channelId string,
           :topLevelComment Comment}}

Updates an existing resource.
sourceraw docstring

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

× close