Liking cljdoc? Tell your friends :D

happygapi.blogger.comments

Blogger API: comments. API for access to the data within Blogger. See: https://developers.google.com/blogger/docs/3.0/getting_startedapi/reference/rest/v3/comments

Blogger API: comments.
API for access to the data within Blogger.
See: https://developers.google.com/blogger/docs/3.0/getting_startedapi/reference/rest/v3/comments
raw docstring

approve$clj

(approve$ auth args)

https://developers.google.com/blogger/docs/3.0/getting_startedapi/reference/rest/v3/comments/approve

Required parameters: blogId, commentId, postId

Optional parameters: none Marks a comment as not spam.

https://developers.google.com/blogger/docs/3.0/getting_startedapi/reference/rest/v3/comments/approve

Required parameters: blogId, commentId, postId

Optional parameters: none
Marks a comment as not spam.
raw docstring

delete$clj

(delete$ auth args)

https://developers.google.com/blogger/docs/3.0/getting_startedapi/reference/rest/v3/comments/delete

Required parameters: blogId, commentId, postId

Optional parameters: none Delete a comment by ID.

https://developers.google.com/blogger/docs/3.0/getting_startedapi/reference/rest/v3/comments/delete

Required parameters: blogId, commentId, postId

Optional parameters: none
Delete a comment by ID.
raw docstring

get$clj

(get$ auth args)

https://developers.google.com/blogger/docs/3.0/getting_startedapi/reference/rest/v3/comments/get

Required parameters: blogId, commentId, postId

Optional parameters: view Gets one comment by ID.

https://developers.google.com/blogger/docs/3.0/getting_startedapi/reference/rest/v3/comments/get

Required parameters: blogId, commentId, postId

Optional parameters: view
Gets one comment by ID.
raw docstring

list$clj

(list$ auth args)

https://developers.google.com/blogger/docs/3.0/getting_startedapi/reference/rest/v3/comments/list

Required parameters: blogId, postId

Optional parameters: startDate, pageToken, endDate, fetchBodies, status, maxResults, view Retrieves the comments for a post, possibly filtered.

https://developers.google.com/blogger/docs/3.0/getting_startedapi/reference/rest/v3/comments/list

Required parameters: blogId, postId

Optional parameters: startDate, pageToken, endDate, fetchBodies, status, maxResults, view
Retrieves the comments for a post, possibly filtered.
raw docstring

listByBlog$clj

(listByBlog$ auth args)

https://developers.google.com/blogger/docs/3.0/getting_startedapi/reference/rest/v3/comments/listByBlog

Required parameters: blogId

Optional parameters: endDate, fetchBodies, maxResults, pageToken, startDate, status Retrieves the comments for a blog, across all posts, possibly filtered.

https://developers.google.com/blogger/docs/3.0/getting_startedapi/reference/rest/v3/comments/listByBlog

Required parameters: blogId

Optional parameters: endDate, fetchBodies, maxResults, pageToken, startDate, status
Retrieves the comments for a blog, across all posts, possibly filtered.
raw docstring

markAsSpam$clj

(markAsSpam$ auth args)

https://developers.google.com/blogger/docs/3.0/getting_startedapi/reference/rest/v3/comments/markAsSpam

Required parameters: blogId, commentId, postId

Optional parameters: none Marks a comment as spam.

https://developers.google.com/blogger/docs/3.0/getting_startedapi/reference/rest/v3/comments/markAsSpam

Required parameters: blogId, commentId, postId

Optional parameters: none
Marks a comment as spam.
raw docstring

removeContent$clj

(removeContent$ auth args)

https://developers.google.com/blogger/docs/3.0/getting_startedapi/reference/rest/v3/comments/removeContent

Required parameters: blogId, commentId, postId

Optional parameters: none Removes the content of a comment.

https://developers.google.com/blogger/docs/3.0/getting_startedapi/reference/rest/v3/comments/removeContent

Required parameters: blogId, commentId, postId

Optional parameters: none
Removes the content of a comment.
raw docstring

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

× close