Skip to content

Commit 83b68ad

Browse files
author
git-masi
committed
Add thunder client collection
1 parent ae020dc commit 83b68ad

File tree

4 files changed

+52
-1
lines changed

4 files changed

+52
-1
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
node_modules
2-
thunder-tests
2+
3+
thunderActivity.json

thunder-tests/thunderCollection.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
[
2+
{
3+
"_id": "bb0279ee-2603-4c52-9f29-66da94be3f97",
4+
"colName": "orders",
5+
"created": "2022-12-04T14:21:18.257Z",
6+
"sortNum": 10000,
7+
"folders": []
8+
}
9+
]

thunder-tests/thunderEnvironment.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
[]

thunder-tests/thunderclient.json

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
[
2+
{
3+
"_id": "bf706d0d-c5c1-49e0-b73e-5d575bf85e8f",
4+
"colId": "bb0279ee-2603-4c52-9f29-66da94be3f97",
5+
"containerId": "",
6+
"name": "get orders",
7+
"url": "http://localhost:4000/orders",
8+
"method": "GET",
9+
"sortNum": 10000,
10+
"created": "2022-12-04T14:21:35.978Z",
11+
"modified": "2022-12-04T14:21:50.410Z",
12+
"headers": [],
13+
"params": [],
14+
"tests": []
15+
},
16+
{
17+
"_id": "c4ff7dbe-631e-4f1b-b7d9-6855e6a31bb8",
18+
"colId": "bb0279ee-2603-4c52-9f29-66da94be3f97",
19+
"containerId": "",
20+
"name": "update order status",
21+
"url": "http://localhost:4000/orders/update",
22+
"method": "PATCH",
23+
"sortNum": 20000,
24+
"created": "2022-12-04T14:22:30.628Z",
25+
"modified": "2022-12-04T14:25:43.964Z",
26+
"headers": [
27+
{
28+
"name": "Content-Type",
29+
"value": "application/json"
30+
}
31+
],
32+
"params": [],
33+
"body": {
34+
"type": "json",
35+
"raw": "{\n \"id\": 1,\n \"status\": \"shipped\"\n}",
36+
"form": []
37+
},
38+
"tests": []
39+
}
40+
]

0 commit comments

Comments
 (0)