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

1.4.0 #253

Closed ahx closed 3 months ago

ahx commented 3 months ago

Some redundant methods to validate or inspect requests/responses will be removed in 2.0. So this release deprecates these methods.

The main interface as described in the Readme is unchanged.