Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gcatanese authored Dec 4, 2024
1 parent 2630d5f commit cb19245
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ There are several tools that can validate an OpenAPI specification, but there ar

This tool make sure that the API requests and responses are valid according to the OpenAPI specification of the API.

More on [Validating API requests and responses](https://medium.com/geekculture/validating-api-requests-and-responses-25ed5cc9e846)
More on [Validating API requests and responses](https://beppecatanese.hashnode.dev/validating-api-requests-and-responses)

The `openapi-request-response-validator` is a SpringBoot (Java) application implementing a REST controller to allow Postman scripts (or other clients) to send the payload to be validated. The OpenAPI file can be supplied at startup.

Expand Down

0 comments on commit cb19245

Please sign in to comment.