Liking cljdoc? Tell your friends :D
Clojure only.

happygapi.youtube.commentThreads

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

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

insert$clj

(insert$ auth parameters body)

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

Required parameters: part

Optional parameters: none

Body:

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

Inserts a new resource into this collection.

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

Required parameters: part

Optional parameters: none

Body: 

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

Inserts a new resource into this collection.
sourceraw docstring

list$clj

(list$ auth parameters)

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

Required parameters: part

Optional parameters: textFormat, channelId, allThreadsRelatedToChannelId, pageToken, id, videoId, order, searchTerms, moderationStatus, maxResults

Retrieves a list of resources, possibly filtered.

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

Required parameters: part

Optional parameters: textFormat, channelId, allThreadsRelatedToChannelId, pageToken, id, videoId, order, searchTerms, moderationStatus, maxResults

Retrieves a list of resources, possibly filtered.
sourceraw docstring

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

× close