-
Notifications
You must be signed in to change notification settings - Fork 0
Backend Routes
Schploink edited this page Jun 1, 2021
·
3 revisions
-
GET /StaticPagesController#root
-
GET /api/users- returns the user information of sounds and for User Search -
POST /api/users- sign up
-
POST /api/session- log in -
DELETE /api/session- log out
-
GET /api/sounds- returns a list of sounds -
GET /api/sounds/:id- returns a specific sound -
POST /api/sounds- creates a sound -
PATCH /api/sounds/:id- edit a sound -
DELETE /api/sounds/:id- remove a sound
-
POST /api/comments- create a comment -
PATCH /api/comments/:id- edit a comment -
DELETE /api/comments/:id- delete a comment