{"info":{"_postman_id":"459f9f42-c3e9-4291-8829-6eacd5cbc501","name":"React Query","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"18152321","collectionId":"459f9f42-c3e9-4291-8829-6eacd5cbc501","publishedId":"2s93RTSDLn","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2023-03-31T12:02:34.000Z"},"item":[{"name":"Get All Tasks","id":"d3c7c68e-31ab-4ee3-ba06-c656e704ffd8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/api/tasks","urlObject":{"protocol":"http","port":"5000","path":["api","tasks"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"0dc69aae-8840-4a5b-a006-baa182839e47","name":"Get All Tasks","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/api/tasks"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"286"},{"key":"ETag","value":"W/\"11e-+qK1ZSOkB+C5QSSF+sxOAgaOVZo\""},{"key":"Date","value":"Fri, 31 Mar 2023 12:00:33 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"taskList\": [\n        {\n            \"id\": \"WKeWaS6xJxvQEdJdfIOu3\",\n            \"title\": \"walk the dog\",\n            \"isDone\": false\n        },\n        {\n            \"id\": \"2mTT26SQqgfDoyp6Slbvn\",\n            \"title\": \"wash dishes\",\n            \"isDone\": false\n        },\n        {\n            \"id\": \"4RUgeMCHMopGGmPOAJ3Q1\",\n            \"title\": \"drink coffee\",\n            \"isDone\": true\n        },\n        {\n            \"id\": \"8vNJgX_TDzRb7INdSiQ7V\",\n            \"title\": \"take a nap\",\n            \"isDone\": false\n        }\n    ]\n}"}],"_postman_id":"d3c7c68e-31ab-4ee3-ba06-c656e704ffd8"},{"name":"Create Task","id":"629670d7-9c7c-4f74-b4e8-60fbd5d920fc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"title\":\"another task\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/api/tasks","urlObject":{"protocol":"http","port":"5000","path":["api","tasks"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"8f4792b5-c78d-4c13-a9a6-67f1dfef6963","name":"Create Task","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"title\":\"another task\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/api/tasks"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"77"},{"key":"ETag","value":"W/\"4d-2zvhhDAxf2THUNhLlVn6Q7eJb28\""},{"key":"Date","value":"Fri, 31 Mar 2023 12:01:00 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"task\": {\n        \"id\": \"Cn8VeEihYCozQlIgdK0f_\",\n        \"title\": \"another task\",\n        \"isDone\": false\n    }\n}"}],"_postman_id":"629670d7-9c7c-4f74-b4e8-60fbd5d920fc"},{"name":"Edit Task","id":"8ee3aa3c-6dee-44d9-98ad-6ad2ce0695d0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"isDone\":true\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/api/tasks/J6j_d7E617WzijtSesc97","urlObject":{"protocol":"http","port":"5000","path":["api","tasks","J6j_d7E617WzijtSesc97"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"c2b6ec27-6245-4760-ac92-f3b91a288371","name":"Edit Task","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"isDone\":true\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/api/tasks/J6j_d7E617WzijtSesc97"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"22"},{"key":"ETag","value":"W/\"16-XfHdrRZemHm+VWi1Bth/ggbSTJ0\""},{"key":"Date","value":"Fri, 31 Mar 2023 12:01:08 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"msg\": \"task updated\"\n}"}],"_postman_id":"8ee3aa3c-6dee-44d9-98ad-6ad2ce0695d0"},{"name":"Delete Task","id":"a27a62eb-42df-4262-9544-7218dfd1aca2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/api/tasks/J6j_d7E617WzijtSesc97","urlObject":{"protocol":"http","port":"5000","path":["api","tasks","J6j_d7E617WzijtSesc97"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"0120802b-10a8-4f6b-815c-bb3b8bf5a731","name":"Delete Task","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/api/tasks/J6j_d7E617WzijtSesc97"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"22"},{"key":"ETag","value":"W/\"16-dDH8dWmbRF+X4gnoLMlsZMtVO7U\""},{"key":"Date","value":"Fri, 31 Mar 2023 12:01:14 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"msg\": \"task removed\"\n}"}],"_postman_id":"a27a62eb-42df-4262-9544-7218dfd1aca2"}]}