README.md in fakeit-0.9.2 vs README.md in fakeit-0.10.0
- old
+ new
@@ -60,10 +60,11 @@
--permissive log validation error as warning instead of denying request
--use-example use example provided in spec if exists
--static generate static response
--static-types generate static value for specified types, e.g. --static-types integer,string
--static-properties generate static value for specified properties, e.g. --static-properties id,uuid
+ --base-path mounts the mock server at the given path, e.g. --base-path /api
other options:
-v, --version
-h, --help
@@ -94,10 +95,11 @@
"static_types": [
"integer"
],
"static_properties": [
"id"
- ]
+ ],
+ "base_path": "/"
}
```
## Development