leepeuker / movary

Self hosted web app to track and rate your watched movies
MIT License
388 stars 14 forks source link

Added endpoint to retrieve movie data #595

Open JVT038 opened 6 months ago

JVT038 commented 6 months ago

I have also moved the Api\MovieSearchController to Api\MovieController, because I thought that made more sense for the movie stuff to be in the same controller.

I have added HTTP tests for the new endpoints and I have added the new endpoint in the openapi specs.

I decided to just copy and paste all the data that's shown in the movie page into this endpoint response, because this endpoint will be used by the new frontend to render the movie page.

Part of #572