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