apimokka 0.3.0

Mock with mokka ☕️🌄 Visual mocking helper to handle API mock Server generating HTTP/JSON responses
Documentation
# API mokka

Mock with mokka ☕️🌄

[![crates.io](https://img.shields.io/crates/v/apimokka?label=latest)](https://crates.io/crates/apimokka)
[![Documentation](https://docs.rs/apimokka/badge.svg?version=latest)](https://docs.rs/apimokka)
[![Dependency Status](https://deps.rs/crate/apimokka/latest/status.svg)](https://deps.rs/crate/apimokka)
[![Releases Workflow](https://github.com/nabbisen/apimokka/actions/workflows/release-executable.yaml/badge.svg)](https://github.com/nabbisen/apimokka/actions/workflows/release-executable.yaml)
[![License](https://img.shields.io/github/license/nabbisen/apimokka)](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

![screenshot.png](screenshot.png)

## Acknowledgements

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