We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 28a2dc0 + 221f2b8 commit 07a43a1Copy full SHA for 07a43a1
1 file changed
README.md
@@ -213,6 +213,7 @@ json-server -s ./static -s ./node_modules
213
214
## Behavior notes
215
216
-- `id` is always a string and is generated if missing.
217
-- `_where` has priority over URL filter params.
218
-- Unknown operators in URL/query filters are ignored.
+- `id` is always a string and will be generated for you if missing
+- use `_per_page` with `_page` instead of `_limit`for pagination
+- use `_embed` instead of `_expand`
219
+- use Chrome's `Network tab > throtling` to delay requests instead of `--delay` CLI option
0 commit comments