Skip to content
/ dummy Public
forked from neotoolkit/dummy

Run mock server based off an API contract with one command

License

Notifications You must be signed in to change notification settings

dotwoo/dummy

 
 

Repository files navigation

dummy

CI-img pkg-img reportcard-img coverage-img version-img

dummy

Run mock server based off an API contract with one command

Features

  • Supports OpenAPI 3.x

Installation

go install github.com/neotoolkit/dummy/cmd/dummy@latest

Usage

Dummy 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 s command to run your API on a HTTP server you can interact with.

dummy s openapi.yml
dummy s https://raw.githubusercontent.com/neotoolkit/dummy/main/examples/docker/openapi.yml

More usage examples

Documentation

See these docs.

License

MIT License.

Sponsors

Sponsored by Evrone

About

Run mock server based off an API contract with one command

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 99.0%
  • Other 1.0%