-
Notifications
You must be signed in to change notification settings - Fork 0
API Routes
Jon Evan Moore edited this page Apr 9, 2022
·
1 revision
- POST /signup
- POST /login
- POST /logout
- GET /api/users/:userId/notes/:noteId
- POST /api/users/:userId/notes
- PUT /api/users/:userId/notes/:noteId
- DELETE /api/users/:userId/notes/:noteId
- GET /api/users/:userId/notebooks/:notebookId
- POST /api/users/:userId/notebooks
- PUT /api/users/:userId/notebooks/:notebookId
- DELETE /api/users/:userId/notebooks/:notebookId