apimock 5.0.0

HTTP(S) mock server. Drop JSON files into a folder and your API immediately exists.
Documentation
1
2
3
4
5
6
7
# Rule Set Configuration File Structure

Your `apimock-rule-set.toml` file is structured into two main parts: `prefix` and `rules`.

- The `[prefix]` table allows you to define global behaviors or conditions that apply to all rules within that specific rule set file.

- The `[[rules]]` array is where you define your individual mock rules. Each `[[rules]]` block represents one rule.