-
Notifications
You must be signed in to change notification settings - Fork 0
Backend routes
Zalkifl Syed edited this page Apr 21, 2019
·
1 revision
-
GET /StaticPagesController#root
-
GET /api/usersfetch user -
POST /api/userscreate new user
-
POST /api/sessionSign in -
DELETE /api/sessionSign out
-
GET /api/catagories- fetch all categories -
PATCH /api/catagories- update catagories subbed to
-
GET /api/lists- fetches all lists for user with a certain catagory -
PATCH /api/lists/id- update lists -
POST /api/lists/new- create a new lists
-
GET /api/tasks- fetched all tasks for a given list -
GET /api/tasks/:id- fetches task -
POST /api/lists_id/tasks/new- create new task -
PATCH /api/tasks/:id- update task -
DELETE /api/tasks/:id- delete task