ahx / openapi_first

openapi_first is a Ruby gem for request / response validation and contract-testing against an OpenAPI API description. It makes APIFirst easy and reliable.
MIT License
97 stars 12 forks source link

Add a middleware option to skip rendering a response #275

Closed ahx closed 3 weeks ago

ahx commented 3 weeks ago

This can be useful if you silently want validate all requests, maybe during a migration phase.