Liking cljdoc? Tell your friends :D

happygapi.youtube.comments

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

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

delete$clj

(delete$ auth parameters)

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

Required parameters: id

Optional parameters: none

Deletes a resource.

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

Required parameters: id

Optional parameters: none

Deletes a resource.
sourceraw docstring

insert$clj

(insert$ auth parameters body)

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

Required parameters: part

Optional parameters: none

Body:

{:etag 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 CommentSnippetAuthorChannelId, :videoId string, :parentId string, :moderationStatus string}, :id string, :kind string}

Inserts a new resource into this collection.

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

Required parameters: part

Optional parameters: none

Body: 

{:etag 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 CommentSnippetAuthorChannelId,
           :videoId string,
           :parentId string,
           :moderationStatus string},
 :id string,
 :kind string}

Inserts a new resource into this collection.
sourceraw docstring

list$clj

(list$ auth parameters)

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

Required parameters: part

Optional parameters: pageToken, maxResults, parentId, id, textFormat

Retrieves a list of resources, possibly filtered.

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

Required parameters: part

Optional parameters: pageToken, maxResults, parentId, id, textFormat

Retrieves a list of resources, possibly filtered.
sourceraw docstring

markAsSpam$clj

(markAsSpam$ auth parameters)

https://developers.google.com/youtube/api/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/api/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/api/reference/rest/v3/comments/setModerationStatus

Required parameters: id, moderationStatus

Optional parameters: banAuthor

Sets the moderation status of one or more comments.

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

Required parameters: id, moderationStatus

Optional parameters: banAuthor

Sets the moderation status of one or more comments.
sourceraw docstring

update$clj

(update$ auth parameters body)

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

Required parameters: part

Optional parameters: none

Body:

{:etag 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 CommentSnippetAuthorChannelId, :videoId string, :parentId string, :moderationStatus string}, :id string, :kind string}

Updates an existing resource.

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

Required parameters: part

Optional parameters: none

Body: 

{:etag 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 CommentSnippetAuthorChannelId,
           :videoId string,
           :parentId string,
           :moderationStatus string},
 :id string,
 :kind string}

Updates an existing resource.
sourceraw docstring

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

× close