Run mock server based off an API contract with one command
- Supports
OpenAPI 3.x
go install github.com/neotoolkit/dummy/cmd/dummy@latestDummy can help you run mock server based off an API contract, which helps people see how your API will work before you even have it built. Run it locally with the dummy server command to run your API on a HTTP server you can interact with.
dummy s openapi.ymldummy s https://raw.githubusercontent.com/neotoolkit/dummy/main/examples/docker/openapi.ymlMore usage examples
See these docs.