apimock 5.19.0

HTTP(S) mock server. Drop JSON files into a folder and your API immediately exists.
Documentation
1
2
3
4
5
6
# Reached only when the middleware declines - i.e. for any /orders
# request that isn't the rush-priority case it handles itself.

[[rules]]
when.request.url_path = "/orders"
respond.text = "standard: order queued normally"