-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMY_NODE.postman_collection.json
85 lines (85 loc) · 2.06 KB
/
MY_NODE.postman_collection.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
{
"id": "22f07ca4-3862-126a-555e-9279c14a59f2",
"name": "MY_NODE",
"description": "node mysql crud / mongo crud",
"order": [
"3f5e48c4-181c-277e-7158-03e2fbc90c1a",
"be7ad838-4f47-5492-4582-af4cd00c1428",
"516f02c9-862e-0e0e-74dc-899b1fc51b30"
],
"folders": [],
"folders_order": [],
"timestamp": 1532698085957,
"owner": 0,
"public": false,
"requests": [
{
"id": "3f5e48c4-181c-277e-7158-03e2fbc90c1a",
"headers": "",
"headerData": [],
"url": "http://localhost:8004/country/getall",
"queryParams": [],
"preRequestScript": null,
"pathVariables": {},
"pathVariableData": [],
"method": "GET",
"data": null,
"dataMode": "params",
"version": 2,
"tests": null,
"currentHelper": "normal",
"helperAttributes": {},
"time": 1532698160555,
"name": "get all country",
"description": "",
"collectionId": "22f07ca4-3862-126a-555e-9279c14a59f2",
"responses": []
},
{
"id": "516f02c9-862e-0e0e-74dc-899b1fc51b30",
"headers": "",
"headerData": [],
"url": "http://localhost:8004/city/getall",
"queryParams": [],
"pathVariables": {},
"pathVariableData": [],
"preRequestScript": null,
"method": "GET",
"collectionId": "22f07ca4-3862-126a-555e-9279c14a59f2",
"data": null,
"dataMode": "params",
"name": "get all city",
"description": "",
"descriptionFormat": "html",
"time": 1532698210671,
"version": 2,
"responses": [],
"tests": null,
"currentHelper": "normal",
"helperAttributes": {}
},
{
"id": "be7ad838-4f47-5492-4582-af4cd00c1428",
"headers": "",
"headerData": [],
"url": "http://localhost:8004/state/getall",
"queryParams": [],
"pathVariables": {},
"pathVariableData": [],
"preRequestScript": null,
"method": "GET",
"collectionId": "22f07ca4-3862-126a-555e-9279c14a59f2",
"data": null,
"dataMode": "params",
"name": "get all state",
"description": "",
"descriptionFormat": "html",
"time": 1532698180558,
"version": 2,
"responses": [],
"tests": null,
"currentHelper": "normal",
"helperAttributes": {}
}
]
}