Skip to content

Commit

Permalink
Add openapi_first Ruby gem (#482)
Browse files Browse the repository at this point in the history
  • Loading branch information
ahx authored Mar 1, 2024
1 parent 71300c5 commit 7687bbe
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions _data/tools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1138,6 +1138,17 @@
v2: true
v3: true

- name: openapi_first
category: data-validators
github: https://github.com/ahx/openapi_first
language: Ruby
description:
It validates requests and responses against your API description using rack middlewares or a low-level interface.
It gives you access to request parameters that are parsed exactly as described
in your API description and produces useful customizable error responses if request validation fails.
v3: true
v3_1: true

- name: OpenAPI Enforcer
category:
- data-validators
Expand Down

0 comments on commit 7687bbe

Please sign in to comment.