Change a comment's rating by a given vote value. Allows |vote| = 2 since users might turn their upvote into a downvote and vice versa.
ID of the comment the user has voted on
Vote to cast, in the set {-2, -1, 1, 2}
Fetches all comments for a dumpster, placing the most recent ones first.
ID of the dumpster to fetch comments for
ID of the user requesting a list of comments
Delete a comment
ID of the comment the user want to delete
ID of the user who wants to delete said comment
Generated using TypeDoc
Adds a comment to a dumpster, returning the inserted entity