swagger-bundle
swagger-bundle copied to clipboard
Makes your OpenAPI (FKA Swagger) definition into a Symfony routing and validation spec
This drops support for (deprecated) PHP 7.0 Build will fail as the current master branch already has an issue with Symfony 4.x. This is not related to this PR and...
I'm having an issue with the mapping of the request body to the controller action. Currently it's telling me my first parameter is null and thus it can't set it....
This would make it even easier to install as one would not have to copy/paste the config in.
Currently some parts are hard to customize (require redeclaring large chunks of code).
Right now one has to manually define controller DI config. With the mantra of "minimal additional config" in mind, controllers should be auto-discoverable. It should be fairly easy to add...
If an operation consumes only a certain content type (eg `application/vnd.api+json`), return a 406 response.