Skip to content

Commit e5b6ca0

Browse files
committed
Update
1 parent abec949 commit e5b6ca0

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## [Unreleased][unreleased]
1+
## [0.7.26][2015-09-01]
22

33
### Added
44
- `GET /posts?embed=comments`

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,12 +101,14 @@ GET /posts?q=internet
101101
To embed resources, add `_embed`.
102102

103103
```
104+
GET /posts?_embed=comments
104105
GET /posts/1?_embed=comments
105106
```
106107

107108
To expand inner resources, add `_expand`.
108109

109110
```
111+
GET /comments?_expand=post
110112
GET /comments/1?_expand=post
111113
```
112114

0 commit comments

Comments
 (0)