-
Notifications
You must be signed in to change notification settings - Fork 3
Backend Routes
kangaree edited this page Jan 18, 2019
·
2 revisions
-
GET /StaticPagesController#root
-
GET /api/users- returns the user info and user reviews and lists -
POST /api/users- sign up
-
POST /api/session- log in -
DELETE /api/session- log out
-
GET /api/shows- return info from shows (filtered bydata/params) -
GET /api/shows/:id- returns info for a show
-
GET /api/reviews/:id- returns info for review -
POST /api/reviews- add review to show -
PATCH /api/reviews/:id- update review -
DELETE /api/reviews/:id- delete review
-
GET /api/lists/:id- returns info for a list -
POST /api/lists- create a list -
PATCH /api/lists/:id- edit a list -
DELETE /api/lists/:id- delete list
-
POST /api/watch_statuses- add a watch status -
PATCH /api/watch_statuses/:id- edit read-status