{"info":{"_postman_id":"a3c51be0-0598-4fe5-a046-987754ea7b2f","name":"TaskED","description":"<html><head></head><body><p>Node.js C1</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"5136546","collectionId":"a3c51be0-0598-4fe5-a046-987754ea7b2f","publishedId":"TWDRszYT","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2021-02-13T05:48:40.000Z"},"item":[{"name":"create-task","id":"ef7fdf0f-e6bf-42dc-ac38-65b2ea24f1eb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"description\": \"Gibson\",\n    \"completed\": \"false\"\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/tasks","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{authToken}}"}]},"isInherited":true,"source":{"_postman_id":"a3c51be0-0598-4fe5-a046-987754ea7b2f","id":"a3c51be0-0598-4fe5-a046-987754ea7b2f","name":"TaskED","type":"collection"}},"urlObject":{"path":["tasks"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"ef7fdf0f-e6bf-42dc-ac38-65b2ea24f1eb"},{"name":"create-user","event":[{"listen":"test","script":{"id":"a7527ab9-7afc-4640-b7c8-35644203abdb","exec":["if(pm.response.status === 201){","    pm.environment.set('authToken', pm.response.json().token)","}"],"type":"text/javascript"}}],"id":"d3d224cf-f9e8-4133-bb98-2fcf9dc0be5b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Test User\",\n    \"email\": \"test2@user.com\",\n    \"password\": \"tester123\",\n    \"age\":\"20\"\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/users","urlObject":{"path":["users"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"d3d224cf-f9e8-4133-bb98-2fcf9dc0be5b"},{"name":"login","event":[{"listen":"test","script":{"id":"78d0a45a-3bd1-4b5e-a240-ad6f4e2461b6","exec":["if(pm.response.code === 200){","    pm.environment.set('authToken', pm.response.json().token)","}"],"type":"text/javascript"}}],"id":"33da72e3-d95f-488f-8e0e-59a29a13dad7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"email\": \"test2@user.com\",\n    \"password\": \"tester123\"\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/users/login","urlObject":{"path":["users","login"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"33da72e3-d95f-488f-8e0e-59a29a13dad7"},{"name":"logout","id":"44ac1dbc-b5d4-4923-9968-eafc68b5b86a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"{{url}}/users/logout","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{authToken}}"}]},"isInherited":true,"source":{"_postman_id":"a3c51be0-0598-4fe5-a046-987754ea7b2f","id":"a3c51be0-0598-4fe5-a046-987754ea7b2f","name":"TaskED","type":"collection"}},"urlObject":{"path":["users","logout"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"44ac1dbc-b5d4-4923-9968-eafc68b5b86a"},{"name":"logoutAll","id":"baf7e64e-4a50-49ce-a576-6483a4175082","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"{{url}}/users/logoutAll","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{authToken}}"}]},"isInherited":true,"source":{"_postman_id":"a3c51be0-0598-4fe5-a046-987754ea7b2f","id":"a3c51be0-0598-4fe5-a046-987754ea7b2f","name":"TaskED","type":"collection"}},"urlObject":{"path":["users","logoutAll"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"baf7e64e-4a50-49ce-a576-6483a4175082"},{"name":"Read Profile","id":"4d4adb20-f3be-4228-a1b2-25a936089fec","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{url}}/users/me","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{authToken}}"}]},"isInherited":true,"source":{"_postman_id":"a3c51be0-0598-4fe5-a046-987754ea7b2f","id":"a3c51be0-0598-4fe5-a046-987754ea7b2f","name":"TaskED","type":"collection"}},"urlObject":{"path":["users","me"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"4d4adb20-f3be-4228-a1b2-25a936089fec"},{"name":"get-task","id":"0bb59b81-79b3-4636-b783-6865d27b6ff4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{url}}/tasks","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{authToken}}"}]},"isInherited":true,"source":{"_postman_id":"a3c51be0-0598-4fe5-a046-987754ea7b2f","id":"a3c51be0-0598-4fe5-a046-987754ea7b2f","name":"TaskED","type":"collection"}},"urlObject":{"path":["tasks"],"host":["{{url}}"],"query":[{"disabled":true,"key":"limit","value":"1"},{"disabled":true,"key":"skip","value":"1"},{"disabled":true,"key":"completed","value":"true"}],"variable":[]}},"response":[],"_postman_id":"0bb59b81-79b3-4636-b783-6865d27b6ff4"},{"name":"get-task-byID","id":"93888412-c19e-4e71-b639-ba20be1cfdae","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{url}}/tasks/60d2e0c8ad13290015331ca5","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{authToken}}"}]},"isInherited":true,"source":{"_postman_id":"a3c51be0-0598-4fe5-a046-987754ea7b2f","id":"a3c51be0-0598-4fe5-a046-987754ea7b2f","name":"TaskED","type":"collection"}},"urlObject":{"path":["tasks","60d2e0c8ad13290015331ca5"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"93888412-c19e-4e71-b639-ba20be1cfdae"},{"name":"update-user","id":"45ed814e-87ba-45f3-b230-9e3d7769d2d6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"password\":\"tester12\"\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/users/me","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{authToken}}"}]},"isInherited":true,"source":{"_postman_id":"a3c51be0-0598-4fe5-a046-987754ea7b2f","id":"a3c51be0-0598-4fe5-a046-987754ea7b2f","name":"TaskED","type":"collection"}},"urlObject":{"path":["users","me"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"45ed814e-87ba-45f3-b230-9e3d7769d2d6"},{"name":"update-task","id":"8e1ea1d5-469d-4a41-bb3f-b2dd365067b0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"description\": \"Hunt\",\n    \"completed\":\"true\"\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/tasks/60275fb15235970015b6e595","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{authToken}}"}]},"isInherited":true,"source":{"_postman_id":"a3c51be0-0598-4fe5-a046-987754ea7b2f","id":"a3c51be0-0598-4fe5-a046-987754ea7b2f","name":"TaskED","type":"collection"}},"urlObject":{"path":["tasks","60275fb15235970015b6e595"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"8e1ea1d5-469d-4a41-bb3f-b2dd365067b0"},{"name":"delete-user","id":"d9d60acd-0515-4c8a-a175-73fa5b45e08e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"{{url}}/users/me","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{authToken}}"}]},"isInherited":true,"source":{"_postman_id":"a3c51be0-0598-4fe5-a046-987754ea7b2f","id":"a3c51be0-0598-4fe5-a046-987754ea7b2f","name":"TaskED","type":"collection"}},"urlObject":{"path":["users","me"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"d9d60acd-0515-4c8a-a175-73fa5b45e08e"},{"name":"delete-task","id":"746644e0-e0a7-4dd1-aabf-2c65b968a294","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"{{url}}/tasks/","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{authToken}}"}]},"isInherited":true,"source":{"_postman_id":"a3c51be0-0598-4fe5-a046-987754ea7b2f","id":"a3c51be0-0598-4fe5-a046-987754ea7b2f","name":"TaskED","type":"collection"}},"urlObject":{"path":["tasks",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"746644e0-e0a7-4dd1-aabf-2c65b968a294"},{"name":"create profile pic","id":"ea961f15-33cf-4b92-8b1f-08f9d27e1f3d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"avatar","type":"file","value":null}]},"url":"{{url}}/users/me/avatar","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{authToken}}"}]},"isInherited":true,"source":{"_postman_id":"a3c51be0-0598-4fe5-a046-987754ea7b2f","id":"a3c51be0-0598-4fe5-a046-987754ea7b2f","name":"TaskED","type":"collection"}},"urlObject":{"path":["users","me","avatar"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"ea961f15-33cf-4b92-8b1f-08f9d27e1f3d"},{"name":"delete profile pic","id":"732c9f7b-046a-4218-a175-661131518864","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"{{url}}/users/me/avatar","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{authToken}}"}]},"isInherited":true,"source":{"_postman_id":"a3c51be0-0598-4fe5-a046-987754ea7b2f","id":"a3c51be0-0598-4fe5-a046-987754ea7b2f","name":"TaskED","type":"collection"}},"urlObject":{"path":["users","me","avatar"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"732c9f7b-046a-4218-a175-661131518864"}],"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{authToken}}"}]}},"event":[{"listen":"prerequest","script":{"id":"1cd2af49-d046-4cbe-ae38-d5cc0df4610c","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"acef4d00-903a-4be7-af57-a5df0b728c13","type":"text/javascript","exec":[""]}}]}