Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

API mock (apimock-rs) Documentation

A developer-friendly, robust and functional HTTP mock server built in Rust.

While this is a CLI tool, a featherlight GUI wrapper named API mokka will be also available. (development in progress)

Who is this for?

  • Developers who want to quickly mock APIs without heavy setup.
  • Beginners who benefit from minimal configuration.
  • Advanced users needing logic-based response behavior.

Quick Start

npm install -D apimock-rs
npx apimock

demo

For Users


Contribution