-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinsomniaRoutes.json
212 lines (212 loc) · 6.94 KB
/
insomniaRoutes.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
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
{
"_type": "export",
"__export_format": 4,
"__export_date": "2023-02-11T21:00:14.060Z",
"__export_source": "insomnia.desktop.app:v2022.7.5",
"resources": [
{
"_id": "req_e271b595e62e4f56be7cf4e5be4f0f0e",
"parentId": "wrk_c438f648d5dd4647b91810e87b09e509",
"modified": 1675797437523,
"created": 1675795411914,
"url": "http://localhost:3000/orders",
"name": "/orders (auth first)",
"description": "",
"method": "POST",
"body": {
"mimeType": "application/json",
"text": "{\n\t\"productsIds\": [1, 2]\n}"
},
"parameters": [],
"headers": [
{
"name": "Content-Type",
"value": "application/json",
"id": "pair_016e33e6a5354eda988359436d6a657d"
},
{
"id": "pair_6be9e67ead2d470cac8a3d51cd71b171",
"name": "authorization",
"value": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJsZXZlbCI6NSwidXNlcm5hbWUiOiJ5cmFhIiwidm9jYXRpb24iOiJMYWRpbmEiLCJpZCI6MywiaWF0IjoxNjc1Nzk1NTE3fQ.b4sjYvooLwZaeBWbDn2vIWfvIsQmWcPmTGN_emvRXFs",
"description": ""
}
],
"authentication": {},
"metaSortKey": -1675795411915,
"isPrivate": false,
"settingStoreCookies": true,
"settingSendCookies": true,
"settingDisableRenderRequestBody": false,
"settingEncodeUrl": true,
"settingRebuildPath": true,
"settingFollowRedirects": "global",
"_type": "request"
},
{
"_id": "wrk_c438f648d5dd4647b91810e87b09e509",
"parentId": null,
"modified": 1675710969075,
"created": 1675710969075,
"name": "Smith API",
"description": "",
"scope": "collection",
"_type": "workspace"
},
{
"_id": "req_d7cea4d25bcb476f8d46a2584787ce20",
"parentId": "wrk_c438f648d5dd4647b91810e87b09e509",
"modified": 1675728626166,
"created": 1675728558902,
"url": "http://localhost:3000/login",
"name": "/login",
"description": "",
"method": "POST",
"body": {
"mimeType": "application/json",
"text": "{\n\t\"username\": \"yraa\",\n\t\"password\": \"valarmorg\"\n}"
},
"parameters": [],
"headers": [{ "name": "Content-Type", "value": "application/json" }],
"authentication": {},
"metaSortKey": -1675728558902,
"isPrivate": false,
"settingStoreCookies": true,
"settingSendCookies": true,
"settingDisableRenderRequestBody": false,
"settingEncodeUrl": true,
"settingRebuildPath": true,
"settingFollowRedirects": "global",
"_type": "request"
},
{
"_id": "req_b079d615a2ee4cd9bae5fde31425c8cb",
"parentId": "wrk_c438f648d5dd4647b91810e87b09e509",
"modified": 1675723381256,
"created": 1675723277583,
"url": "http://localhost:3000/orders",
"name": "/orders",
"description": "",
"method": "GET",
"body": {},
"parameters": [],
"headers": [],
"authentication": {},
"metaSortKey": -1675723277584,
"isPrivate": false,
"settingStoreCookies": true,
"settingSendCookies": true,
"settingDisableRenderRequestBody": false,
"settingEncodeUrl": true,
"settingRebuildPath": true,
"settingFollowRedirects": "global",
"_type": "request"
},
{
"_id": "req_4b49255ddb7f454a9ebc9902dc4cb3af",
"parentId": "wrk_c438f648d5dd4647b91810e87b09e509",
"modified": 1675718739935,
"created": 1675718605060,
"url": "http://localhost:3000/users",
"name": "/users",
"description": "",
"method": "POST",
"body": {
"mimeType": "application/json",
"text": "{ \n \"username\": \"MAX\",\n \"vocation\": \"swordsman\",\n \"level\": 10,\n \"password\": \"SavingPeople\"\n}"
},
"parameters": [],
"headers": [{ "name": "Content-Type", "value": "application/json" }],
"authentication": {},
"metaSortKey": -1675718605060,
"isPrivate": false,
"settingStoreCookies": true,
"settingSendCookies": true,
"settingDisableRenderRequestBody": false,
"settingEncodeUrl": true,
"settingRebuildPath": true,
"settingFollowRedirects": "global",
"_type": "request"
},
{
"_id": "req_7b49912a8f2d45dfae4c43df257aca05",
"parentId": "wrk_c438f648d5dd4647b91810e87b09e509",
"modified": 1675718599766,
"created": 1675718545417,
"url": "http://localhost:3000/products",
"name": "/products",
"description": "",
"method": "GET",
"body": {},
"parameters": [],
"headers": [],
"authentication": {},
"metaSortKey": -1675718545417,
"isPrivate": false,
"settingStoreCookies": true,
"settingSendCookies": true,
"settingDisableRenderRequestBody": false,
"settingEncodeUrl": true,
"settingRebuildPath": true,
"settingFollowRedirects": "global",
"_type": "request"
},
{
"_id": "req_dd5675e3a99145939905768fd91fddb1",
"parentId": "wrk_c438f648d5dd4647b91810e87b09e509",
"modified": 1675718540070,
"created": 1675710982001,
"url": "http://localhost:3000/products",
"name": "/products",
"description": "",
"method": "POST",
"body": {
"mimeType": "application/json",
"text": "{\n \"name\": \"Espada longa\",\n \"amount\": \"30 peças de ouro\"\n}"
},
"parameters": [],
"headers": [{ "name": "Content-Type", "value": "application/json" }],
"authentication": {},
"metaSortKey": -1675710982001,
"isPrivate": false,
"settingStoreCookies": true,
"settingSendCookies": true,
"settingDisableRenderRequestBody": false,
"settingEncodeUrl": true,
"settingRebuildPath": true,
"settingFollowRedirects": "global",
"_type": "request"
},
{
"_id": "env_626091dc16b851f0a4b9ea0fd2ab8b1fdf32d0fb",
"parentId": "wrk_c438f648d5dd4647b91810e87b09e509",
"modified": 1675710969084,
"created": 1675710969084,
"name": "Base Environment",
"data": {},
"dataPropertyOrder": null,
"color": null,
"isPrivate": false,
"metaSortKey": 1675710969084,
"_type": "environment"
},
{
"_id": "jar_626091dc16b851f0a4b9ea0fd2ab8b1fdf32d0fb",
"parentId": "wrk_c438f648d5dd4647b91810e87b09e509",
"modified": 1675710969087,
"created": 1675710969087,
"name": "Default Jar",
"cookies": [],
"_type": "cookie_jar"
},
{
"_id": "spc_78ed9977fec94782b18827d0b4fa5004",
"parentId": "wrk_c438f648d5dd4647b91810e87b09e509",
"modified": 1675710969076,
"created": 1675710969076,
"fileName": "Smith API",
"contents": "",
"contentType": "yaml",
"_type": "api_spec"
}
]
}