Skip to content

Commit 78c40df

Browse files
fix(rest): added http sample file
1 parent 6ecf940 commit 78c40df

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
2+
# @name post
3+
GET https://dummyjson.com/posts/1 HTTP/1.1
4+
content-type: application/json
5+
6+
###
7+
@userId = {{post.response.body.userId}}
8+
GET https://dummyjson.com/users/{{userId}} HTTP/1.1
9+
content-type: application/json

0 commit comments

Comments
 (0)