diff --git a/README.md b/README.md index 430fb59..3e17e53 100644 --- a/README.md +++ b/README.md @@ -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. ```