swagger-bundle icon indicating copy to clipboard operation
swagger-bundle copied to clipboard

Makes your OpenAPI (FKA Swagger) definition into a Symfony routing and validation spec

Results 11 swagger-bundle issues
Sort by recently updated
recently updated
newest added

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).

enhancement

Minimal with a logref.

enhancement

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...

enhancement

If an operation consumes only a certain content type (eg `application/vnd.api+json`), return a 406 response.

enhancement
compliance
blocked