# API mokka
Mock with mokka ☕️🌄 API mock (apimock-rs) based visual mocking helper to handle HTTP/JSON req/res written in Rust.
[](https://crates.io/crates/apimokka)
[](https://docs.rs/apimokka)
[](https://deps.rs/crate/apimokka)
[](https://github.com/nabbisen/apimokka/actions/workflows/release-executable.yaml)
[](https://github.com/nabbisen/apimokka/blob/main/LICENSE)
## Summary
Visual mocking helper to handle API mock Server generating HTTP/JSON responses written in Rust.
## Development
```sh
cargo run
```
## Usage
### Executable
[Assets](https://github.com/nabbisen/apimokka/releases/latest) in Releases offer executables for multiple platforms.
```sh
./apimokka
```
There are an example config file and directories by default.
### `cargo` install
```sh
cargo install apimokka
```
## Screenshot

## Acknowledgements
Depends on [apimock-rs](https://github.com/nabbisen/apimock-rs) and [fltk-rs](https://github.com/fltk-rs/fltk-rs).