Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added endpoint to retrieve movie data #595

Open
wants to merge 11 commits into
base: main
Choose a base branch
from
Open

Conversation

JVT038
Copy link
Collaborator

@JVT038 JVT038 commented Feb 28, 2024

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

… tests and the openapi docs have been updated.

Signed-off-by: JVT038 <[email protected]>
@JVT038 JVT038 requested a review from leepeuker as a code owner February 28, 2024 20:35
@JVT038 JVT038 mentioned this pull request Feb 28, 2024
74 tasks
@JVT038
Copy link
Collaborator Author

JVT038 commented Dec 1, 2024

I merged #598 into this one, because otherwise API authentication doesn't work. So first merge/review #598 before moving onto this one.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant