-
Notifications
You must be signed in to change notification settings - Fork 3
Backend Routes
Erica Thompson edited this page Dec 10, 2020
·
9 revisions
-
GET /StaticPagesController#root
-
POST /api/users- sign up -
GET /api/users- returns associated user information of displayed item and for the User Search feature -
GET /api/users/:id- returns specific user
-
POST /api/session- log in -
DELETE /api/session- log out
-
GET /api/items- return relevant music items (filtered by data/params) -
GET /api/items/:id- return a music item -
POST /api/items/new- add a music item -
PATCH /api/items/:id/edit- edit a music item -
DELETE /api/items/:id- remove a music item