Liking cljdoc? Tell your friends :D

happygapi.youtube.comments

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

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

delete$clj

(delete$ auth args)

https://developers.google.com/youtube/v3api/reference/rest/v3/comments/delete

Required parameters: id

Optional parameters: none Deletes a comment.

https://developers.google.com/youtube/v3api/reference/rest/v3/comments/delete

Required parameters: id

Optional parameters: none
Deletes a comment.
raw docstring

insert$clj

(insert$ auth args body)

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

Required parameters: part

Optional parameters: none

Body:

{:etag string, :id string, :kind string, :snippet {:authorProfileImageUrl string, :likeCount integer, :publishedAt string, :canRate boolean, :viewerRating string, :updatedAt string, :authorChannelUrl string, :textOriginal string, :channelId string, :authorDisplayName string, :textDisplay string, :authorChannelId any, :videoId string, :parentId string, :moderationStatus string}}

Creates a reply to an existing comment. Note: To create a top-level comment, use the commentThreads.insert method.

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

Required parameters: part

Optional parameters: none

Body: 

{:etag string,
 :id string,
 :kind string,
 :snippet {:authorProfileImageUrl string,
           :likeCount integer,
           :publishedAt string,
           :canRate boolean,
           :viewerRating string,
           :updatedAt string,
           :authorChannelUrl string,
           :textOriginal string,
           :channelId string,
           :authorDisplayName string,
           :textDisplay string,
           :authorChannelId any,
           :videoId string,
           :parentId string,
           :moderationStatus string}}

Creates a reply to an existing comment. Note: To create a top-level comment, use the commentThreads.insert method.
raw docstring

list$clj

(list$ auth args)

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

Required parameters: part

Optional parameters: id, maxResults, pageToken, parentId, textFormat Returns a list of comments that match the API request parameters.

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

Required parameters: part

Optional parameters: id, maxResults, pageToken, parentId, textFormat
Returns a list of comments that match the API request parameters.
raw docstring

markAsSpam$clj

(markAsSpam$ auth args)

https://developers.google.com/youtube/v3api/reference/rest/v3/comments/markAsSpam

Required parameters: id

Optional parameters: none Expresses the caller's opinion that one or more comments should be flagged as spam.

https://developers.google.com/youtube/v3api/reference/rest/v3/comments/markAsSpam

Required parameters: id

Optional parameters: none
Expresses the caller's opinion that one or more comments should be flagged as spam.
raw docstring

setModerationStatus$clj

(setModerationStatus$ auth args)

https://developers.google.com/youtube/v3api/reference/rest/v3/comments/setModerationStatus

Required parameters: id, moderationStatus

Optional parameters: banAuthor Sets the moderation status of one or more comments. The API request must be authorized by the owner of the channel or video associated with the comments.

https://developers.google.com/youtube/v3api/reference/rest/v3/comments/setModerationStatus

Required parameters: id, moderationStatus

Optional parameters: banAuthor
Sets the moderation status of one or more comments. The API request must be authorized by the owner of the channel or video associated with the comments.
raw docstring

update$clj

(update$ auth args body)

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

Required parameters: part

Optional parameters: none

Body:

{:etag string, :id string, :kind string, :snippet {:authorProfileImageUrl string, :likeCount integer, :publishedAt string, :canRate boolean, :viewerRating string, :updatedAt string, :authorChannelUrl string, :textOriginal string, :channelId string, :authorDisplayName string, :textDisplay string, :authorChannelId any, :videoId string, :parentId string, :moderationStatus string}}

Modifies a comment.

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

Required parameters: part

Optional parameters: none

Body: 

{:etag string,
 :id string,
 :kind string,
 :snippet {:authorProfileImageUrl string,
           :likeCount integer,
           :publishedAt string,
           :canRate boolean,
           :viewerRating string,
           :updatedAt string,
           :authorChannelUrl string,
           :textOriginal string,
           :channelId string,
           :authorDisplayName string,
           :textDisplay string,
           :authorChannelId any,
           :videoId string,
           :parentId string,
           :moderationStatus string}}

Modifies a comment.
raw docstring

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

× close