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
115 stars 15 forks source link

Refactor parameter validation #211

Closed ahx closed 9 months ago

ahx commented 9 months ago

This removes some indirection when unpacking parameters.

Follow-up of https://github.com/ahx/openapi_first/pull/202