-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinsomnia-collection.yaml
248 lines (248 loc) · 6.92 KB
/
insomnia-collection.yaml
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
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
_type: export
__export_format: 4
__export_date: 2023-11-08T13:52:18.056Z
__export_source: insomnia.desktop.app:v8.3.0
resources:
- _id: req_90db2a9ec1eb43caafd162f57dbfcf95
parentId: wrk_b406165f037a4b51b14971cba0e5bb1e
modified: 1699280141030
created: 1699275126279
url: "{{ _.baseURL }}/"
name: Root
description: ""
method: GET
body: {}
parameters: []
headers:
- name: User-Agent
value: insomnia/8.2.0
authentication: {}
metaSortKey: -1699275126279
isPrivate: false
settingStoreCookies: true
settingSendCookies: true
settingDisableRenderRequestBody: false
settingEncodeUrl: true
settingRebuildPath: true
settingFollowRedirects: global
_type: request
- _id: wrk_b406165f037a4b51b14971cba0e5bb1e
parentId: null
modified: 1699275077719
created: 1699275077719
name: Task Manager
description: ""
scope: collection
_type: workspace
- _id: req_745775196a2e4b4d93856833953c39b8
parentId: wrk_b406165f037a4b51b14971cba0e5bb1e
modified: 1699451201455
created: 1699284830284
url: "{{ _.baseURL }}/{{ _.tasks }}?search="
name: List tasks
description: ""
method: GET
body: {}
parameters: []
headers:
- name: User-Agent
value: insomnia/8.2.0
authentication: {}
metaSortKey: -1699275126229
isPrivate: false
settingStoreCookies: true
settingSendCookies: true
settingDisableRenderRequestBody: false
settingEncodeUrl: true
settingRebuildPath: true
settingFollowRedirects: global
_type: request
- _id: req_6cc5b662dbae43da8c0a98c1a836aa25
parentId: wrk_b406165f037a4b51b14971cba0e5bb1e
modified: 1699451206439
created: 1699286493433
url: "{{ _.baseURL }}/{{ _.tasks }}"
name: Create task
description: ""
method: POST
body:
mimeType: application/json
text: |-
{
"title": "Remove task endpoint",
"description": "Implement the create task endpoint"
}
parameters: []
headers:
- name: Content-Type
value: application/json
- name: User-Agent
value: insomnia/8.2.0
authentication: {}
metaSortKey: -1699275126179
isPrivate: false
settingStoreCookies: true
settingSendCookies: true
settingDisableRenderRequestBody: false
settingEncodeUrl: true
settingRebuildPath: true
settingFollowRedirects: global
_type: request
- _id: req_7995a751373949f8b49e2806e8a093a3
parentId: wrk_b406165f037a4b51b14971cba0e5bb1e
modified: 1699451390220
created: 1699441785354
url: "{{ _.baseURL }}/{{ _.tasks }}/upload"
name: Upload tasks
description: ""
method: POST
body:
mimeType: multipart/form-data
params:
- name: my-tasks
value: ""
id: pair_66d758e8469c4139b8284a230e96072c
type: file
fileName: /Users/n18648/Projects/Ignite.NodeJS.TaskManager.API/tasks.csv
parameters: []
headers:
- name: Content-Type
value: multipart/form-data
- name: User-Agent
value: insomnia/8.2.0
authentication: {}
metaSortKey: -1699275126154
isPrivate: false
settingStoreCookies: true
settingSendCookies: true
settingDisableRenderRequestBody: false
settingEncodeUrl: true
settingRebuildPath: true
settingFollowRedirects: global
_type: request
- _id: req_5334540b76d54427a6f15f4d6984155f
parentId: wrk_b406165f037a4b51b14971cba0e5bb1e
modified: 1699451503295
created: 1699373278718
url: "{{ _.baseURL }}/{{ _.tasks }}/{% response 'body',
'req_6cc5b662dbae43da8c0a98c1a836aa25', 'b64::JC5pZA==::46b',
'no-history', 60 %}"
name: Update task
description: ""
method: PUT
body:
mimeType: application/json
text: |-
{
"title": "Review the docs",
"description": "Review docs for task manager"
}
parameters: []
headers:
- name: Content-Type
value: application/json
- name: User-Agent
value: insomnia/8.2.0
authentication: {}
metaSortKey: -1699275126129
isPrivate: false
settingStoreCookies: true
settingSendCookies: true
settingDisableRenderRequestBody: false
settingEncodeUrl: true
settingRebuildPath: true
settingFollowRedirects: global
_type: request
- _id: req_cd66e44fa79b4bfd9deaaac3751d96ed
parentId: wrk_b406165f037a4b51b14971cba0e5bb1e
modified: 1699451223853
created: 1699434195638
url: "{{ _.baseURL }}/{{ _.tasks }}/{% response 'body',
'req_745775196a2e4b4d93856833953c39b8', 'b64::JC5bMF0uaWQ=::46b',
'no-history', 60 %}/complete"
name: Complete task
description: ""
method: PATCH
body:
mimeType: application/json
text: ""
parameters: []
headers:
- name: Content-Type
value: application/json
- name: User-Agent
value: insomnia/8.2.0
authentication: {}
metaSortKey: -1699275126104
isPrivate: false
settingStoreCookies: true
settingSendCookies: true
settingDisableRenderRequestBody: false
settingEncodeUrl: true
settingRebuildPath: true
settingFollowRedirects: global
_type: request
- _id: req_2071c430ed5c4bbf8d575d993b20c09c
parentId: wrk_b406165f037a4b51b14971cba0e5bb1e
modified: 1699451414598
created: 1699433787032
url: "{{ _.baseURL }}/{{ _.tasks }}/{% response 'body',
'req_745775196a2e4b4d93856833953c39b8', 'b64::JC5bMF0uaWQ=::46b',
'no-history', 60 %}"
name: Delete task
description: ""
method: DELETE
body:
mimeType: application/json
text: ""
parameters: []
headers:
- name: Content-Type
value: application/json
- name: User-Agent
value: insomnia/8.2.0
authentication: {}
metaSortKey: -1699275126079
isPrivate: false
settingStoreCookies: true
settingSendCookies: true
settingDisableRenderRequestBody: false
settingEncodeUrl: true
settingRebuildPath: true
settingFollowRedirects: global
_type: request
- _id: env_fbc2f62b8fea6bacef54f01e610f01f1ccb670ff
parentId: wrk_b406165f037a4b51b14971cba0e5bb1e
modified: 1699451186738
created: 1699275077721
name: Base Environment
data:
tasks: tasks
dataPropertyOrder:
"&":
- tasks
color: null
isPrivate: false
metaSortKey: 1699275077721
_type: environment
- _id: jar_fbc2f62b8fea6bacef54f01e610f01f1ccb670ff
parentId: wrk_b406165f037a4b51b14971cba0e5bb1e
modified: 1699275077722
created: 1699275077722
name: Default Jar
cookies: []
_type: cookie_jar
- _id: env_5c3190fa48d541208d78d769f5a0715a
parentId: env_fbc2f62b8fea6bacef54f01e610f01f1ccb670ff
modified: 1699280106528
created: 1699279365319
name: Development
data:
baseURL: http://localhost:3000
dataPropertyOrder:
"&":
- baseURL
color: null
isPrivate: false
metaSortKey: 1699279365319
_type: environment