-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathIBM.postman_collection.json
76 lines (76 loc) · 1.74 KB
/
IBM.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
{
"id": "bc1e591e-aeaa-5c93-4da8-00897fc186a3",
"name": "IBM",
"description": "",
"order": [
"621b3424-7764-c1d6-250e-2ce5914be866",
"884cd48c-478a-1190-3311-a093e65d2531"
],
"folders": [],
"folders_order": [],
"timestamp": 1551326314130,
"owner": "733225",
"public": false,
"requests": [
{
"id": "621b3424-7764-c1d6-250e-2ce5914be866",
"headers": "Content-Type: application/json\n",
"headerData": [
{
"key": "Content-Type",
"value": "application/json",
"description": "",
"enabled": true
}
],
"url": "http://127.0.0.1:8080/api/url",
"queryParams": [],
"preRequestScript": null,
"pathVariables": {},
"pathVariableData": [],
"method": "GET",
"data": [],
"dataMode": "raw",
"version": 2,
"tests": null,
"currentHelper": "normal",
"helperAttributes": {},
"time": 1551326436302,
"name": "Get All URLs",
"description": "",
"collectionId": "bc1e591e-aeaa-5c93-4da8-00897fc186a3",
"responses": [],
"rawModeData": ""
},
{
"id": "884cd48c-478a-1190-3311-a093e65d2531",
"headers": "Content-Type: application/json\n",
"headerData": [
{
"key": "Content-Type",
"value": "application/json",
"description": "",
"enabled": true
}
],
"url": "http://127.0.0.1:8080/api/url/process",
"folder": null,
"queryParams": [],
"preRequestScript": null,
"pathVariables": {},
"pathVariableData": [],
"method": "POST",
"data": [],
"dataMode": "raw",
"tests": null,
"currentHelper": "normal",
"helperAttributes": {},
"time": 1551363528563,
"name": "Process URL",
"description": "",
"collectionId": "bc1e591e-aeaa-5c93-4da8-00897fc186a3",
"responses": [],
"rawModeData": "http://www.google.com"
}
]
}