-
Notifications
You must be signed in to change notification settings - Fork 1
/
thunder-collection_bed-covid.json
121 lines (121 loc) · 3.73 KB
/
thunder-collection_bed-covid.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
{
"client": "Thunder Client",
"collectionName": "bed-covid",
"dateExported": "2021-07-17T03:43:32.007Z",
"version": "1.1",
"folders": [],
"requests": [
{
"containerId": "",
"sortNum": 10000,
"headers": [
{
"name": "Accept",
"value": "*/*"
},
{
"name": "User-Agent",
"value": "Thunder Client (https://www.thunderclient.io)"
}
],
"colId": "0baf8be4-faa3-4633-8cfb-a9ec149fd5f5",
"name": "Check Available Bed",
"url": "https://bed-covid-id.vercel.app//api/available?province=sulawesi selatan",
"method": "GET",
"modified": "2021-07-17T03:41:59.840Z",
"created": "2021-07-10T05:58:34.410Z",
"_id": "fac878bc-6c32-4d07-8d58-182e711011fd",
"params": [
{
"name": "province",
"value": "sulawesi selatan"
}
],
"tests": [
{
"type": "res-code",
"custom": "",
"action": "equal",
"value": "200"
},
{
"type": "res-body",
"custom": "",
"action": "isjson",
"value": "true"
},
{
"type": "res-time",
"custom": "",
"action": "<=",
"value": "4000"
},
{
"type": "json-query",
"custom": "json.status",
"action": "equal",
"value": "OK"
},
{
"type": "json-query",
"custom": "json.message",
"action": "equal",
"value": "Data ditemukan"
}
]
},
{
"containerId": "",
"sortNum": 20000,
"headers": [
{
"name": "Accept",
"value": "*/*"
},
{
"name": "User-Agent",
"value": "Thunder Client (https://www.thunderclient.io)"
}
],
"colId": "0baf8be4-faa3-4633-8cfb-a9ec149fd5f5",
"name": "Get Hospital Detail",
"url": "https://bed-covid-id.vercel.app/api/detail?code=7371325",
"method": "GET",
"modified": "2021-07-17T03:43:03.694Z",
"created": "2021-07-10T06:00:51.634Z",
"_id": "f6ddc226-f6d8-4063-a6ec-d771b8432efe",
"params": [
{
"name": "code",
"value": "7371325"
}
],
"tests": [
{
"type": "res-code",
"custom": "",
"action": "equal",
"value": "200"
},
{
"type": "res-body",
"custom": "",
"action": "isjson",
"value": "true"
},
{
"type": "res-time",
"custom": "",
"action": "<=",
"value": "3500"
},
{
"type": "json-query",
"custom": "json.status",
"action": "equal",
"value": "OK"
}
]
}
]
}