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 parameters)

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.
sourceraw docstring

insert$clj

(insert$ auth parameters 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.
sourceraw docstring

list$clj

(list$ auth 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.

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.
sourceraw docstring

markAsSpam$clj

(markAsSpam$ auth parameters)

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.
sourceraw docstring

setModerationStatus$clj

(setModerationStatus$ auth parameters)

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.
sourceraw docstring

update$clj

(update$ auth parameters 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.
sourceraw docstring

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

× close