-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathclient-api.postman_collection.json
169 lines (169 loc) · 4.29 KB
/
client-api.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
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
{
"id": "48870761-9115-5842-d3a9-5395fab56e6f",
"name": "client-api",
"description": "collection para testar as api's do cadastro cliente project",
"order": [
"529f22af-6925-4577-9b64-f30cfd31bcb3",
"a4e3a55a-8252-f92a-44de-74bca4eebae7",
"20602904-c3e9-9823-eab7-5d125c7d8d3d",
"d7c8b560-cd1f-c46f-b49e-b08be4dd4a7c",
"f15d7513-680d-84e2-6d57-7999f159e7c5"
],
"folders": [],
"folders_order": [],
"timestamp": 1602530722376,
"owner": "3310218",
"public": false,
"requests": [
{
"id": "20602904-c3e9-9823-eab7-5d125c7d8d3d",
"headers": "Content-Type: application/json\n",
"headerData": [
{
"key": "Content-Type",
"value": "application/json",
"description": "",
"enabled": true
}
],
"url": "http://localhost:8080/cliente/1",
"queryParams": [],
"preRequestScript": null,
"pathVariables": {},
"pathVariableData": [],
"method": "DELETE",
"data": [],
"dataMode": "raw",
"version": 2,
"tests": null,
"currentHelper": "normal",
"helperAttributes": {},
"time": 1602534918443,
"name": "delete-cliente",
"description": "",
"collectionId": "48870761-9115-5842-d3a9-5395fab56e6f",
"responses": [],
"rawModeData": ""
},
{
"id": "529f22af-6925-4577-9b64-f30cfd31bcb3",
"headers": "Content-Type: application/json\n",
"headerData": [
{
"key": "Content-Type",
"value": "application/json",
"description": "",
"enabled": true
}
],
"url": "http://localhost:8080/cliente",
"queryParams": [],
"preRequestScript": null,
"pathVariables": {},
"pathVariableData": [],
"method": "POST",
"data": [],
"dataMode": "raw",
"version": 2,
"tests": null,
"currentHelper": "normal",
"helperAttributes": {},
"time": 1602533497334,
"name": "insere-cliente",
"description": "",
"collectionId": "48870761-9115-5842-d3a9-5395fab56e6f",
"responses": [],
"rawModeData": "{\n\t\"nome\": \"Luis\",\n\t\"cpf\": \"12345678901\",\n\t\"endereco\": \"Rua 14\",\n\t\"dataDeNascimento\": \"1999-09-12\"\n}"
},
{
"id": "a4e3a55a-8252-f92a-44de-74bca4eebae7",
"headers": "Content-Type: application/json\n",
"headerData": [
{
"key": "Content-Type",
"value": "application/json",
"description": "",
"enabled": true
}
],
"url": "http://localhost:8080/cliente/1",
"queryParams": [],
"preRequestScript": null,
"pathVariables": {},
"pathVariableData": [],
"method": "PUT",
"data": [],
"dataMode": "raw",
"version": 2,
"tests": null,
"currentHelper": "normal",
"helperAttributes": {},
"time": 1602534308506,
"name": "atualiza-cliente",
"description": "",
"collectionId": "48870761-9115-5842-d3a9-5395fab56e6f",
"responses": [],
"rawModeData": "{\n\t\"nome\": \"Joao\",\n\t\"cpf\": \"12345678901\",\n\t\"endereco\": \"Rua 13\",\n\t\"dataDeNascimento\": \"1999-09-12\"\n}"
},
{
"id": "d7c8b560-cd1f-c46f-b49e-b08be4dd4a7c",
"headers": "Content-Type: application/json\n",
"headerData": [
{
"key": "Content-Type",
"value": "application/json",
"description": "",
"enabled": true
}
],
"url": "http://localhost:8080/cliente/1",
"queryParams": [],
"preRequestScript": null,
"pathVariables": {},
"pathVariableData": [],
"method": "GET",
"data": [],
"dataMode": "raw",
"version": 2,
"tests": null,
"currentHelper": "normal",
"helperAttributes": {},
"time": 1602544860218,
"name": "visualizar-cliente",
"description": "",
"collectionId": "48870761-9115-5842-d3a9-5395fab56e6f",
"responses": [],
"rawModeData": ""
},
{
"id": "f15d7513-680d-84e2-6d57-7999f159e7c5",
"headers": "Content-Type: application/json\n",
"headerData": [
{
"key": "Content-Type",
"value": "application/json",
"description": "",
"enabled": true
}
],
"url": "http://localhost:8080/cliente",
"queryParams": [],
"preRequestScript": null,
"pathVariables": {},
"pathVariableData": [],
"method": "GET",
"data": [],
"dataMode": "raw",
"version": 2,
"tests": null,
"currentHelper": "normal",
"helperAttributes": {},
"time": 1602544910770,
"name": "visualizar-todos-cliente",
"description": "",
"collectionId": "48870761-9115-5842-d3a9-5395fab56e6f",
"responses": [],
"rawModeData": ""
}
]
}