-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMyRetailService-Tests.postman_collection.json
109 lines (109 loc) · 4.01 KB
/
MyRetailService-Tests.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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
{
"id": "96a32a05-4818-697b-26b0-94182f8e89c2",
"name": "MyRetailService-Tests",
"description": "",
"order": [
"4fbf9ecc-a609-810f-a44d-5e4a1458de44",
"b793a368-77e4-a515-6a6e-8ec502afdbc4",
"8a5603e3-64dd-2a66-2713-979954825177",
"a0721140-d32b-3cbd-d804-68b58c7f37bd",
"5110cf53-3e5c-bb4d-b56f-32bc367d0aea"
],
"folders": [],
"timestamp": 1472883449785,
"owner": "",
"public": false,
"published": false,
"requests": [
{
"id": "4fbf9ecc-a609-810f-a44d-5e4a1458de44",
"url": "http://localhost:8080/MyRetailService/api/v1/products",
"method": "GET",
"headers": "Content-Type: application/json\n",
"data": [],
"dataMode": "raw",
"tests": null,
"preRequestScript": null,
"currentHelper": "normal",
"pathVariables": {},
"version": 2,
"name": "http://localhost:8080/MyRetailService/api/v1/products",
"description": "",
"descriptionFormat": "html",
"collectionId": "96a32a05-4818-697b-26b0-94182f8e89c2",
"rawModeData": "{\n \"id\": 13860428,\n \"name\": \"The Big Lebowski (Blu-ray) (Widescreen)\",\n \"current_price\": {\n \"value\": 13.89,\n \"currency_code\": \"USD\"\n }\n}"
},
{
"id": "5110cf53-3e5c-bb4d-b56f-32bc367d0aea",
"url": "http://localhost:8080/MyRetailService/api/v1/products/13860430",
"method": "PUT",
"headers": "Content-Type: application/json\n",
"data": [],
"dataMode": "raw",
"tests": null,
"preRequestScript": null,
"currentHelper": "normal",
"pathVariables": {},
"version": 2,
"name": "http://localhost:8080/MyRetailService/api/v1/products/13860430",
"description": "",
"descriptionFormat": "html",
"collectionId": "96a32a05-4818-697b-26b0-94182f8e89c2",
"rawModeData": "{\n \"id\": 13860430,\n \"name\": \"The Big Lebowski (Blu-ray) (Widescreen)\",\n \"current_price\": {\n \"value\": 13.89,\n \"currency_code\": \"USD\"\n }\n}"
},
{
"id": "8a5603e3-64dd-2a66-2713-979954825177",
"url": "http://localhost:8080/MyRetailService/api/v1/products/13860428",
"method": "PUT",
"headers": "Content-Type: application/json\n",
"data": [],
"dataMode": "raw",
"tests": null,
"preRequestScript": null,
"currentHelper": "normal",
"pathVariables": {},
"version": 2,
"name": "http://localhost:8080/MyRetailService/api/v1/products/13860428",
"description": "",
"descriptionFormat": "html",
"collectionId": "96a32a05-4818-697b-26b0-94182f8e89c2",
"rawModeData": "{\n \"id\": 13860428,\n \"name\": \"The Big Lebowski (Blu-ray) (Widescreen)\",\n \"current_price\": {\n \"value\": 13.89,\n \"currency_code\": \"USD\"\n }\n}"
},
{
"id": "a0721140-d32b-3cbd-d804-68b58c7f37bd",
"url": "http://localhost:8080/MyRetailService/api/v1/products/13860428",
"method": "PUT",
"headers": "Content-Type: application/json\n",
"data": [],
"dataMode": "raw",
"tests": null,
"preRequestScript": null,
"currentHelper": "normal",
"pathVariables": {},
"version": 2,
"name": "http://localhost:8080/MyRetailService/api/v1/products/13860428",
"description": "",
"descriptionFormat": "html",
"collectionId": "96a32a05-4818-697b-26b0-94182f8e89c2",
"rawModeData": "{\n \"id\": 13860429,\n \"name\": \"The Big Lebowski (Blu-ray) (Widescreen)\",\n \"current_price\": {\n \"value\": 13.89,\n \"currency_code\": \"USD\"\n }\n}"
},
{
"id": "b793a368-77e4-a515-6a6e-8ec502afdbc4",
"url": "http://localhost:8080/MyRetailService/api/v1/products/13860428",
"method": "GET",
"headers": "Content-Type: application/json\n",
"data": [],
"dataMode": "raw",
"tests": null,
"preRequestScript": null,
"currentHelper": "normal",
"pathVariables": {},
"version": 2,
"name": "http://localhost:8080/MyRetailService/api/v1/products/13860428",
"description": "",
"descriptionFormat": "html",
"collectionId": "96a32a05-4818-697b-26b0-94182f8e89c2",
"rawModeData": "{\n \"id\": 13860428,\n \"name\": \"The Big Lebowski (Blu-ray) (Widescreen)\",\n \"current_price\": {\n \"value\": 13.89,\n \"currency_code\": \"USD\"\n }\n}"
}
]
}