Skip to content

Commit f21f9a3

Browse files
committed
✅ test: http client 추가
1 parent 411cd30 commit f21f9a3

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

app-maple-stamp-api/http/stamp.http

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
###
2+
POST http://localhost:9000/api/v1/maple/stamp?inven_nickname=검보선장&maple_nickname=엄고별
3+
Content-Type: application/json
4+
5+
{
6+
"nexonApiKey": "test_494f0754dea01d6dc536f577c4c8991c29711c31f4aa2adb508464a548cb07b0b18bbbf575994ead577b7084eadfb84f"
7+
}
8+
9+
###
10+
@invenNickname = 검보선장
11+
GET http://localhost:9000/api/v1/maple/stamp/{{invenNickname}}
12+
Content-Type: application/json
13+
14+
###

0 commit comments

Comments
 (0)