All Projects → go-dummy → dummy

go-dummy / dummy

Licence: MIT license
Run mock server based off an API contract with one command

Programming Languages

go
31211 projects - #10 most used programming language

Projects that are alternatives of or similar to dummy

Studio
The modern editor for API Design and Technical Writing.
Stars: ✭ 459 (+170%)
Mutual labels:  mocking, openapi3
Mockoon
Mockoon is the easiest and quickest way to run mock APIs locally. No remote deployment, no account required, open source.
Stars: ✭ 3,448 (+1928.24%)
Mutual labels:  mocking, openapi3
dummyhttp
Super simple HTTP server that replies a fixed body with a fixed response code
Stars: ✭ 25 (-85.29%)
Mutual labels:  mocking, dummy
mockingbird
🐦 Decorator Powered TypeScript Library for Creating Mocks
Stars: ✭ 70 (-58.82%)
Mutual labels:  faker, mocking
Mockneat
MockNeat is a Java 8+ library that facilitates the generation of arbitrary data for your applications.
Stars: ✭ 410 (+141.18%)
Mutual labels:  faker, mocking
Php Openapi Faker
Library to generate fake data for OpenAPI request/response/schemas
Stars: ✭ 54 (-68.24%)
Mutual labels:  faker, openapi3
Prism
Turn any OpenAPI2/3 and Postman Collection file into an API server with mocking, transformations and validations.
Stars: ✭ 2,484 (+1361.18%)
Mutual labels:  mocking, openapi3
Mockaco
🐵 HTTP mock server, useful to stub services and simulate dynamic API responses, leveraging ASP.NET Core features, built-in fake data generation and pure C# scripting
Stars: ✭ 213 (+25.29%)
Mutual labels:  faker, mocking
Mimesis
Mimesis is a high-performance fake data generator for Python, which provides data for a variety of purposes in a variety of languages.
Stars: ✭ 3,439 (+1922.94%)
Mutual labels:  faker, dummy
Faker.js
generate massive amounts of realistic fake data in Node.js and the browser
Stars: ✭ 34,329 (+20093.53%)
Mutual labels:  faker, mocking
Faker
Provides fake data to your Android apps :)
Stars: ✭ 234 (+37.65%)
Mutual labels:  faker, mocking
BetterDummy
Unlock your displays on your Mac! Smooth scaling, HiDPI unlock, XDR/HDR extra brightness upscale, DDC, brightness and dimming, dummy displays, PIP and lots more!
Stars: ✭ 9,601 (+5547.65%)
Mutual labels:  dummy
Node Mock Server
File based Node REST API mock server
Stars: ✭ 225 (+32.35%)
Mutual labels:  faker
Foundry
A model factory library for creating expressive, auto-completable, on-demand dev/test fixtures with Symfony and Doctrine.
Stars: ✭ 216 (+27.06%)
Mutual labels:  faker
Joal
An open source command line RatioMaster with an optional WebUI.
Stars: ✭ 213 (+25.29%)
Mutual labels:  faker
EntityFrameworkCore.AutoFixture
A library aimed to minimize the boilerplate required to unit-test Entity Framework Core code using AutoFixture and in-memory providers.
Stars: ✭ 31 (-81.76%)
Mutual labels:  mocking
OpenAPI
A pharo implementation of OpenAPI 3.0.1
Stars: ✭ 20 (-88.24%)
Mutual labels:  openapi3
Charlatan
Create fake data in R
Stars: ✭ 209 (+22.94%)
Mutual labels:  faker
Fake Apache Log Generator
Generate a boatload of Fake Apache Log files very quickly
Stars: ✭ 207 (+21.76%)
Mutual labels:  faker
Alice
Expressive fixtures generator
Stars: ✭ 2,289 (+1246.47%)
Mutual labels:  faker

dummy

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

dummy

Run mock server based off an API contract with one command

Dummy is created & supported by Evrone

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].