-
Notifications
You must be signed in to change notification settings - Fork 1
API Documentation
keithmellea edited this page Apr 2, 2021
·
31 revisions
This web app uses the following API routes to dynamically update the page to create a single-page-app-like feel for the user for specific features.
-
A logged in user may delete one of their own reviews, removing it from the list of visible reviews without causing a refresh/redirect.
-
DELETE /api/review/:id<- (would it be /books/:id/reviews/)?
-
-
A logged in user
-
A logged in user can add/remove a Book to their Bookshelf on the specific book's page via a custom category or through a Tag(Want to Read/Genre/etc).
- 'POST /books/:id'
- 'DELETE /books/:id'
-
A logged in user can rate a Book by clicking on a certain amount of stars without the page reloading.
- 'PUT /books/:id'