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
> Viewing alpha v1 documentation – usable but expect breaking changes. For stable version, see [here](https://github.com/typicode/json-server/tree/v0)
7
+
8
8
## Install
9
9
10
10
```shell
@@ -83,6 +83,13 @@ Run `json-server --help` for a list of options
83
83
84
84
[Become a sponsor and have your company logo here](https://github.com/users/typicode/sponsorship)
85
85
86
+
## Sponsorware
87
+
88
+
> [!NOTE]
89
+
> 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.__
90
+
>
91
+
> For more information, FAQs, and the rationale behind this, visit [https://fair.io/](https://fair.io/).
92
+
86
93
## Routes
87
94
88
95
Based on the example `db.json`, you'll get the following routes:
-`id` is always a string and will be generated for you if missing
189
196
- use `_per_page` with `_page` instead of `_limit`for pagination
190
197
- use Chrome's `Network tab > throtling` to delay requests instead of `--delay` CLI option
191
-
192
-
## License
193
-
194
-
This project uses the [Fair Source License](https://fair.io/). Note: Only organizations with 3+ users need 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.
195
-
196
-
For more information, FAQs, and the rationale behind this, visit [https://fair.io/](https://fair.io/).
0 commit comments