Liking cljdoc? Tell your friends :D
Clojure only.

happygapi.youtube.commentThreads

YouTube Data API: commentThreads. Supports core YouTube features, such as uploading videos, creating and managing playlists, searching for content, and much more. See: https://developers.google.com/youtube/v3api/reference/rest/v3/commentThreads

YouTube Data API: commentThreads.
Supports core YouTube features, such as uploading videos, creating and managing playlists, searching for content, and much more.
See: https://developers.google.com/youtube/v3api/reference/rest/v3/commentThreads
raw docstring

insert$clj

(insert$ auth parameters body)

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

Required parameters: part

Optional parameters: none

Body:

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

Creates a new top-level comment. To add a reply to an existing comment, use the comments.insert method instead.

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

Required parameters: part

Optional parameters: none

Body: 

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

Creates a new top-level comment. To add a reply to an existing comment, use the comments.insert method instead.
sourceraw docstring

list$clj

(list$ auth parameters)

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

Required parameters: part

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

Returns a list of comment threads that match the API request parameters.

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

Required parameters: part

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

Returns a list of comment threads that match the API request parameters.
sourceraw docstring

update$clj

(update$ auth parameters body)

https://developers.google.com/youtube/v3api/reference/rest/v3/commentThreads/update

Required parameters: part

Optional parameters: none

Body:

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

Modifies the top-level comment in a comment thread.

https://developers.google.com/youtube/v3api/reference/rest/v3/commentThreads/update

Required parameters: part

Optional parameters: none

Body: 

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

Modifies the top-level comment in a comment thread.
sourceraw docstring

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

× close