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:

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

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: 

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

Inserts a new resource into this collection.
raw 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.
raw docstring

update$clj

(update$ auth parameters body)

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

Required parameters: part

Optional parameters: none

Body:

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

Updates an existing resource.

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

Required parameters: part

Optional parameters: none

Body: 

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

Updates an existing resource.
raw docstring

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

× close