Update README.md

This commit is contained in:
Typicode
2015-05-25 15:00:13 +02:00
parent 588e5f60bc
commit 084c84126f

View File

@ -71,6 +71,12 @@ To make a full-text search on resources, add `q`.
GET /posts?q=internet
```
To embed other resources, add `_embed`.
```
GET /posts/1?_embed=comments
```
Returns database.
```