We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
GET /comment/view/:gameID
/comment/view/:gameID
Get every comment of the game
GET /comment/delete/:commentID
/comment/delete/:commentID
Deletes the comment
POST /comment/add/:gameID
/comment/add/:gameID
Adds a comment to the game
POST /comment/add/:gameID/:commentID
/comment/add/:gameID/:commentID
Adds a comment replying to the given comment
POST /comment/edit/:commentID
/comment/edit/:commentID
Edits the selected comment