-
-
Notifications
You must be signed in to change notification settings - Fork 10
Comment API
Denni Bevilacqua edited this page Jan 20, 2018
·
2 revisions
GET /comment/view/:gameID
Get every comment of the game
GET /comment/delete/:commentID
Deletes the comment
POST /comment/add/:gameID
Adds a comment to the game
POST /comment/add/:gameID/:commentID
Adds a comment replying to the given comment
POST /comment/edit/:commentID
Edits the selected comment