mirror of
https://github.com/typicode/json-server.git
synced 2025-07-28 20:52:08 +08:00
Update README.md
This commit is contained in:
@ -50,7 +50,7 @@ PATCH /posts/1
|
|||||||
DEL /posts/1
|
DEL /posts/1
|
||||||
```
|
```
|
||||||
|
|
||||||
To slice resources, add `_start` and `_end`.
|
To slice resources, add `_start` and `_end`. An `X-Total-Count` header will be included in the response.
|
||||||
|
|
||||||
```
|
```
|
||||||
GET /posts?_start=0&_end=10
|
GET /posts?_start=0&_end=10
|
||||||
|
Reference in New Issue
Block a user