-
Notifications
You must be signed in to change notification settings - Fork 0
Backend Routes
Steph Meyering edited this page Mar 2, 2020
·
2 revisions
- GET / StaticPagesController#root
-
GET /api/users/:song_id
- return user data and uploaded songs -
POST /api/users
- sign up
-
POST /api/session
- log in -
DELETE /api/session
- log out
-
GET /api/songs
- songs index (/stream) -
POST /api/songs
- upload song -
GET /api/songs/:song_id
- read song -
PATCH /api/songs/:song_id
- update song -
DELETE /api/songs
- delete song