Functionsยง
- comments
- Comment filters combined
- comments_
create - POST /comments with JSON body
- comments_
delete - DELETE /comments/:uid
- comments_
total - GET /comments_total -> get total number of comments
- comments_
update - PUT /comments/:uid with JSON body
- downvotes_
create - POST /downvotes with JSON body
- downvotes_
delete - DELETE /downvotes/:comment_id/:user_id
- downvotes_
total - GET /downvotes_total/:comment_id -> get total number of downvotes
- get_
comment - GET /comments/:uid
- get_
reply - GET /reply/:uid
- list_
comments - GET /comments -> get all comments
- list_
replies - GET /replies/comment_id -> get all replies
- more_
comments - GET /more_comments/count -> get all comments
- replies_
create - POST /replies with JSON body
- replies_
delete - DELETE /replies/:uid
- replies_
update - PUT /replies/:uid with JSON body
- update_
comment_ message - PUT /comment_message/:uid with JSON body
- update_
comment_ status - PUT /comment/:status/:uid with JSON body; status are: disable, enable, trash, spam
- update_
reply_ message - PUT /reply_message/:uid with JSON body
- upvotes_
create - POST /upvotes with JSON body
- upvotes_
delete - DELETE /upvotes/:comment_id/:user_id
- upvotes_
total - GET /upvotes_total/:comment_id -> get total number of upvotes