You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Following this conversation:
It would be very helpful to have a tool that can generate requests & responses from an Endpoint definition.
Motivation:
There are many ways we can use such a tool.
In the scenario I describe in the original conversation,
I speak of using such ability with e.g. scalacheck's Gen to create valid requests/responses.
Those can then be tested against a given OpenAPI schema with tools like: swagger-request-validator.
The text was updated successfully, but these errors were encountered:
Following this conversation:
It would be very helpful to have a tool that can generate requests & responses from an
Endpoint
definition.Motivation:
There are many ways we can use such a tool.
In the scenario I describe in the original conversation,
I speak of using such ability with e.g. scalacheck's
Gen
to create valid requests/responses.Those can then be tested against a given OpenAPI schema with tools like: swagger-request-validator.
The text was updated successfully, but these errors were encountered: