We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abec949 commit e5b6ca0Copy full SHA for e5b6ca0
CHANGELOG.md
@@ -1,4 +1,4 @@
1
-## [Unreleased][unreleased]
+## [0.7.26][2015-09-01]
2
3
### Added
4
- `GET /posts?embed=comments`
README.md
@@ -101,12 +101,14 @@ GET /posts?q=internet
101
To embed resources, add `_embed`.
102
103
```
104
+GET /posts?_embed=comments
105
GET /posts/1?_embed=comments
106
107
108
To expand inner resources, add `_expand`.
109
110
111
+GET /comments?_expand=post
112
GET /comments/1?_expand=post
113
114
0 commit comments