|
74 | 74 | }, |
75 | 75 | { |
76 | 76 | "name": "Get All BlogEntries Paginated", |
77 | | - "request": { |
78 | | - "method": "GET", |
79 | | - "header": [], |
80 | | - "url": { |
81 | | - "raw": "http://localhost:3000/api/blog-entries", |
82 | | - "protocol": "http", |
83 | | - "host": [ |
84 | | - "localhost" |
85 | | - ], |
86 | | - "port": "3000", |
87 | | - "path": [ |
88 | | - "api", |
89 | | - "blog-entries" |
90 | | - ] |
91 | | - } |
| 77 | + "protocolProfileBehavior": { |
| 78 | + "disableBodyPruning": true |
92 | 79 | }, |
93 | | - "response": [] |
94 | | - }, |
95 | | - { |
96 | | - "name": "Get BlogEntries by user", |
97 | 80 | "request": { |
98 | 81 | "method": "GET", |
99 | 82 | "header": [], |
| 83 | + "body": { |
| 84 | + "mode": "urlencoded", |
| 85 | + "urlencoded": [] |
| 86 | + }, |
100 | 87 | "url": { |
101 | 88 | "raw": "http://localhost:3000/api/blog-entries", |
102 | 89 | "protocol": "http", |
|
234 | 221 | "method": "GET", |
235 | 222 | "header": [], |
236 | 223 | "url": { |
237 | | - "raw": "http://localhost:3000/api/blog-entries", |
| 224 | + "raw": "http://localhost:3000/api/blog-entries/user/7", |
238 | 225 | "protocol": "http", |
239 | 226 | "host": [ |
240 | 227 | "localhost" |
241 | 228 | ], |
242 | 229 | "port": "3000", |
243 | 230 | "path": [ |
244 | 231 | "api", |
245 | | - "blog-entries" |
| 232 | + "blog-entries", |
| 233 | + "user", |
| 234 | + "7" |
246 | 235 | ] |
247 | 236 | } |
248 | 237 | }, |
|
256 | 245 | "bearer": [ |
257 | 246 | { |
258 | 247 | "key": "token", |
259 | | - "value": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7ImlkIjo3LCJuYW1lIjoidXBkYXRlZE5hbWU1RCIsInVzZXJuYW1lIjoidGhvbWFzMTIzIiwiZW1haWwiOiJ0aG9tYXNAdGVzdDUuZGUiLCJyb2xlIjoiYWRtaW4iLCJwcm9maWxlSW1hZ2UiOiJUaHVtYm5haWxORVUyODhiY2UyOC0zYWE1LTQzYjctYTg0OC04NjMwYzJmNTdjM2QucG5nIn0sImlhdCI6MTU5NjQ4MTQxNiwiZXhwIjoxNTk2NDkxNDE2fQ.5vsx9RXAr2kU0nSGeI5jmIseMISbFg1gJ9GHJyriTCA", |
| 248 | + "value": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7ImlkIjo3LCJuYW1lIjoidXBkYXRlZE5hbWU2NTU1YWEiLCJ1c2VybmFtZSI6InVwZGF0ZWRVc2VybmFtZWQiLCJlbWFpbCI6InRob21hc0B0ZXN0NS5kZSIsInJvbGUiOiJhZG1pbiIsInByb2ZpbGVJbWFnZSI6ImJpZ2ZpbGUwOWQxNTY0Ny0wMzBlLTRlMzEtODFmYy0yZmMzNGVhMjQ2MmUucG5nIn0sImlhdCI6MTU5Nzk0ODA0MiwiZXhwIjoxNTk3OTU4MDQyfQ.eY2JDUJu_qF-AwswgC8dwNpzSMxTcwotsfQxWkpw0QE", |
260 | 249 | "type": "string" |
261 | 250 | } |
262 | 251 | ] |
|
265 | 254 | "header": [], |
266 | 255 | "body": { |
267 | 256 | "mode": "raw", |
268 | | - "raw": "{\r\n \"title\": \"Test Title1\",\r\n \"description\": \"test description1\",\r\n \"body\": \"test body1\"\r\n}", |
| 257 | + "raw": "{\r\n \"title\": \"Test Title7\",\r\n \"description\": \"test description7\",\r\n \"body\": \"test body7\"\r\n}", |
269 | 258 | "options": { |
270 | 259 | "raw": { |
271 | 260 | "language": "json" |
272 | 261 | } |
273 | 262 | } |
274 | 263 | }, |
275 | 264 | "url": { |
276 | | - "raw": "http://localhost:3000/api/blogs", |
| 265 | + "raw": "http://localhost:3000/api/blog-entries", |
277 | 266 | "protocol": "http", |
278 | 267 | "host": [ |
279 | 268 | "localhost" |
280 | 269 | ], |
281 | 270 | "port": "3000", |
282 | 271 | "path": [ |
283 | 272 | "api", |
284 | | - "blogs" |
| 273 | + "blog-entries" |
285 | 274 | ] |
286 | 275 | } |
287 | 276 | }, |
|
291 | 280 | "protocolProfileBehavior": {} |
292 | 281 | }, |
293 | 282 | { |
294 | | - "name": "User-Entity", |
| 283 | + "name": "User", |
295 | 284 | "item": [ |
296 | 285 | { |
297 | 286 | "name": "Get All Users", |
|
580 | 569 | "response": [] |
581 | 570 | } |
582 | 571 | ], |
| 572 | + "event": [ |
| 573 | + { |
| 574 | + "listen": "prerequest", |
| 575 | + "script": { |
| 576 | + "id": "e05d518c-0229-4a60-ad22-5a4ddfbe322d", |
| 577 | + "type": "text/javascript", |
| 578 | + "exec": [ |
| 579 | + "" |
| 580 | + ] |
| 581 | + } |
| 582 | + }, |
| 583 | + { |
| 584 | + "listen": "test", |
| 585 | + "script": { |
| 586 | + "id": "52b6841d-906b-4888-8ac3-2ce78f1b3c07", |
| 587 | + "type": "text/javascript", |
| 588 | + "exec": [ |
| 589 | + "" |
| 590 | + ] |
| 591 | + } |
| 592 | + } |
| 593 | + ], |
583 | 594 | "protocolProfileBehavior": {} |
584 | 595 | } |
585 | 596 | ], |
|
0 commit comments