{"info":{"_postman_id":"5517fd9a-ee5a-44bb-a238-8bbfde2496c5","name":"MeMo API","description":"<html><head></head><body><p>MeMo API를 만들자!</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"24016515","collectionId":"5517fd9a-ee5a-44bb-a238-8bbfde2496c5","publishedId":"2s935rJ2s6","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2023-02-08T10:05:47.000Z"},"item":[{"name":"MeMo List","id":"51ff0e54-f977-4abe-bd5a-96f45a83e3cb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"author","value":"bibi","type":"text"}],"url":"localhost:3000/notes","description":"<p>MeMo List API</p>\n","urlObject":{"path":["notes"],"host":["localhost:3000"],"query":[{"disabled":true,"key":"search","value":"제목"}],"variable":[]}},"response":[{"id":"2fe58add-f5a5-4c77-aca7-5dfdde47f833","name":"MeMo List Response","originalRequest":{"method":"GET","header":[],"url":"localhost:3000/notes"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"160"},{"key":"ETag","value":"W/\"a0-I3oITC3N6M/u52rEjGjKj3dF0YQ\""},{"key":"Date","value":"Tue, 07 Feb 2023 10:59:09 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 1,\n        \"title\": \"first note\"\n    },\n    {\n        \"id\": 3,\n        \"title\": \"memo2\"\n    },\n    {\n        \"id\": 4,\n        \"title\": \"제목\"\n    },\n    {\n        \"id\": 5,\n        \"title\": \"제목\"\n    },\n    {\n        \"id\": 6,\n        \"title\": \"제목\"\n    },\n    {\n        \"id\": 7,\n        \"title\": \"제목\"\n    }\n]"},{"id":"21fed741-5bf4-4d3f-850a-8e67e25ad8f9","name":"MeMo List","originalRequest":{"method":"GET","header":[{"key":"author","value":"bibi","type":"text"}],"url":{"raw":"localhost:3000/notes?search=제목","host":["localhost:3000"],"path":["notes"],"query":[{"key":"search","value":"제목","type":"text"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"228"},{"key":"ETag","value":"W/\"e4-PS1qhRQjrhF7OnStX4UhqywH14U\""},{"key":"Date","value":"Wed, 08 Feb 2023 10:00:20 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 1,\n        \"title\": \"first note\",\n        \"author\": \"bibi\"\n    },\n    {\n        \"id\": 3,\n        \"title\": \"수정된 제목\",\n        \"author\": \"bibi\"\n    },\n    {\n        \"id\": 5,\n        \"title\": \"제목\",\n        \"author\": \"admin\"\n    },\n    {\n        \"id\": 6,\n        \"title\": \"제목\",\n        \"author\": \"admin\"\n    },\n    {\n        \"id\": 7,\n        \"title\": \"제목\",\n        \"author\": \"admin\"\n    }\n]"}],"_postman_id":"51ff0e54-f977-4abe-bd5a-96f45a83e3cb"},{"name":"MeMo Detail","id":"ce916ca0-896c-47a0-9a5e-27c188e52273","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"author","value":"bibi","type":"text"}],"url":"localhost:3000/notes/:id","description":"<p>MeMo Detail API</p>\n","urlObject":{"path":["notes",":id"],"host":["localhost:3000"],"query":[],"variable":[{"type":"any","value":"1","key":"id"}]}},"response":[],"_postman_id":"ce916ca0-896c-47a0-9a5e-27c188e52273"},{"name":"MeMo Create","id":"2c472d3c-ee84-480c-9153-27e417136fb5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"author","value":"admin","type":"text"},{"key":"password","value":"1234","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"title\": \"제목\",\r\n    \"content\": \"내용\"\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:3000/notes","description":"<p>Memo Create API</p>\n","urlObject":{"path":["notes"],"host":["localhost:3000"],"query":[],"variable":[]}},"response":[],"_postman_id":"2c472d3c-ee84-480c-9153-27e417136fb5"},{"name":"MeMo Edit","id":"878d9df6-dee3-4878-8b54-25d9b8dc6197","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"author","value":"bibi","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"title\": \"수정된 제목\",\r\n    \"content\": \"수정된 내용\"\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:3000/notes/:id","description":"<p>MeMo Edit API</p>\n","urlObject":{"path":["notes",":id"],"host":["localhost:3000"],"query":[],"variable":[{"type":"any","value":"3","key":"id"}]}},"response":[],"_postman_id":"878d9df6-dee3-4878-8b54-25d9b8dc6197"},{"name":"MeMo Delete","id":"901fe7ba-9ab6-4443-9fd8-34afc0e39906","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"author","value":"bibi","type":"text"}],"url":"localhost:3000/notes/:id","description":"<p>MeMo Delete API</p>\n","urlObject":{"path":["notes",":id"],"host":["localhost:3000"],"query":[],"variable":[{"type":"any","value":"4","key":"id"}]}},"response":[],"_postman_id":"901fe7ba-9ab6-4443-9fd8-34afc0e39906"}],"event":[{"listen":"prerequest","script":{"id":"8433b106-da9a-4c63-bf00-278adc1de4e1","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"f87aa939-9e85-4300-917a-f55c1734d3de","type":"text/javascript","exec":[""]}}],"variable":[{"key":"HOST","value":"localhost:3000","type":"string"},{"key":"author","value":"bibi"}]}