Skip to content

API Documentation

Brendan Downing edited this page Apr 18, 2022 · 15 revisions

API Routes

  • This app uses the following API routes to dynamically update the web page to create a single-page-app feel for the user for specific features

Task

  • GET /tasks
  • POST /tasks

List

  • GET /lists
  • GET /lists/:listId
  • POST /lists
  • POST /lists/:listId/tasks ??

Dog

  • GET /users/:userId/dogs
  • POST /users/:userId/dogs
Clone this wiki locally