-
Notifications
You must be signed in to change notification settings - Fork 1
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
add a movies collection with the ability to create a new movie #4
Conversation
You think you could make the API a little more dynamic? In this case I would
This way we could exercise use the API in client app, kind of mimicking a real API. |
I am not sure if we should do this here. We decided for static files to keep it as a simple example. Making it dynamic distracts from what we want to show. It think it would be better to have a dynamic implementation added as another project. But perhaps it would be enough to respond with static data to POST? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
are we good here @alien-mcl ?
Let's discuss and grind this, I will then document it in the cookbook
Live version: https://hydra-movies-aveltens.herokuapp.com