Watchlist-project / movie-watchlist-backend

Backend API for movie watchlist website
1 stars 0 forks source link

Add "get all watchlists from a specific user" #7

Open Martenere opened 3 months ago

Martenere commented 3 months ago

Update repository, endpoint to have the ability to retrieve a List<WatchlistDTO> related to a specific user,

ie get all watchlists created by the user Andy

dogezen commented 3 months ago

This is insufficient: doesn't tell me what the api route is; what the response payload is and what the input is