Skip to content

Commit 25667d6

Browse files
author
Andriian Chestnykh
committed
Add rest-api.http
1 parent 0b68a0b commit 25667d6

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

dapps/oracle/rest-api.http

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
POST http://localhost:8080/
2+
Accept: application/json
3+
4+
{
5+
"message": "First message sent on connection"
6+
}
7+
###
8+
9+
10+
GET http://localhost:8080/
11+
Accept: application/json
12+
13+
<> 2024-06-02T203841.200.txt
14+
###
15+
16+
17+
18+
19+
20+
21+

0 commit comments

Comments
 (0)