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

Support kebab path params #247

Closed ahx closed 6 months ago

ahx commented 6 months ago

This removes the mustermann dependency, so support kebab-cased path parameters.

Related to https://github.com/ahx/openapi_first/issues/245