From 084c84126fca88e9828073a961165a06eb40b836 Mon Sep 17 00:00:00 2001 From: Typicode Date: Mon, 25 May 2015 15:00:13 +0200 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) 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. ```