Skip to content

Commit 07a43a1

Browse files
authored
Merge branch 'main' into feat-match-refactor
2 parents 28a2dc0 + 221f2b8 commit 07a43a1

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,7 @@ json-server -s ./static -s ./node_modules
213213

214214
## Behavior notes
215215

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.
216+
- `id` is always a string and will be generated for you if missing
217+
- use `_per_page` with `_page` instead of `_limit`for pagination
218+
- use `_embed` instead of `_expand`
219+
- use Chrome's `Network tab > throtling` to delay requests instead of `--delay` CLI option

0 commit comments

Comments
 (0)