Add count request

This commit is contained in:
Jim LAURIE 2019-10-29 17:16:52 +01:00
parent 087cd34636
commit 4d67f73199

View File

@ -214,6 +214,12 @@ GET http://localhost:1337/restaurants
Returns the count of entries matching the query filters. You can read more about parameters [here](./parameters.md).
**Example request**
```js
GET http://localhost:1337/restaurants/count
```
**Example response**
```