Skip to content

API Documentation

kdng edited this page Mar 10, 2022 · 9 revisions

API Routes

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.

Watchlists

  • A logged in user may delete movies off their own watchlist without causing a redirect or refresh GET DELETE users/:userId/watchlist/:watchlistId`

Reviews

  • A logged in user may delete their own reviews without causing a redirect or refresh

DELETE users/:userId/reviews/:reviewsId

Update

Delete

Clone this wiki locally