You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Become a sponsor and have your company logo here](https://github.com/users/typicode/sponsorship)
97
-
98
-
## Sponsorware
99
-
100
-
> [!NOTE]
101
-
> This project uses the [Fair Source License](https://fair.io/). Only organizations with 3+ users are kindly asked to contribute a small amount through sponsorship [sponsor](https://github.com/sponsors/typicode) for usage. __This license helps keep the project sustainable and healthy, benefiting everyone.__
102
-
>
103
-
> For more information, FAQs, and the rationale behind this, visit [https://fair.io/](https://fair.io/).
104
-
105
32
## Routes
106
33
107
34
Based on the example `db.json`, you'll get the following routes:
@@ -201,9 +128,3 @@ You can also add custom directories using `-s/--static` option.
201
128
json-server -s ./static
202
129
json-server -s ./static -s ./node_modules
203
130
```
204
-
205
-
## Notable differences with v0.17
206
-
207
-
-`id` is always a string and will be generated for you if missing
208
-
- use `_per_page` with `_page` instead of `_limit`for pagination
209
-
- use Chrome's `Network tab > throtling` to delay requests instead of `--delay` CLI option
0 commit comments