| Crates.io | apimokka |
| lib.rs | apimokka |
| version | 0.8.3 |
| created_at | 2025-03-14 12:01:44.781239+00 |
| updated_at | 2025-05-13 13:33:44.561939+00 |
| description | API mock (apimock-rs) based visual mocking helper to handle HTTP/JSON req/res. Mock with mokka ☕️🌄 |
| homepage | |
| repository | https://github.com/nabbisen/apimokka |
| max_upload_size | |
| id | 1592116 |
| size | 250,224 |
apimock-rs (API mock) based visual mocking helper to handle HTTP/JSON req/res written in Rust.
apimock-rs, the core lib, v4 introduces a fundamental shift in design. Existing configuration files will no longer work as-is. Some features will be deprecated. In return: cleaner configs, dynamic resolution, and better extensibility.
Mock with mokka ☕️🌄
📖 Docs around server Configure, and examples
Assets in Releases offer executables for multiple platforms.
./apimokka
# at startup, option to generate app default config and middleware files is available:
./apimokka --init
Asset includes default config file as an example.
cargo installcargo install apimokka

Cross-platform supporting packages are available via npm install.
cargo run
cargo test
Depends on apimock-rs and FLTK / fltk-rs. napi-rs for binding for Node.js.