API Documentation - Breadsandwich/goodwatch GitHub Wiki

API Routes

Watchlist

A logged in user can update or delete their watchlist without causing a refresh/redirect.

  • PUT /users/:userId/watchlists
  • DELETE /users/:userId/watchlists

Watch Status

A logged in user can update their watch status on a show without causing a refresh/redirect.

  • PATCH /shows/:id/has-watched
  • PATCH /shows/:id/wants-to-watch