{"info":{"_postman_id":"5d3deab3-f7ef-4cf1-82e9-b5a4a4c99b94","name":"Spring CRUD","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"30855692","collectionId":"5d3deab3-f7ef-4cf1-82e9-b5a4a4c99b94","publishedId":"2s9YXfbiAv","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2023-11-06T11:12:42.000Z"},"item":[{"name":"게시글 목록 조회","id":"89f00fa7-1c9b-40df-b655-d235c360aaf9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{dev}}/api/getList","description":"<p>게시글 목록 전체를 조회하는 API</p>\n","urlObject":{"path":["api","getList"],"host":["{{dev}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"89f00fa7-1c9b-40df-b655-d235c360aaf9"},{"name":"게시글 작성","id":"8f336929-8c07-4840-84f1-4b8a59235f10","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"title\": \"게시글\",\r\n    \"author\" : \"이길동\",\r\n    \"passWord\" : \"1234\",\r\n    \"contents\" : \"이것은 게시글입니다.\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{dev}}/api/writing","description":"<p>게시글을 저장하는 API</p>\n","urlObject":{"path":["api","writing"],"host":["{{dev}}"],"query":[{"disabled":true,"key":"title","value":null}],"variable":[]}},"response":[],"_postman_id":"8f336929-8c07-4840-84f1-4b8a59235f10"},{"name":"선택한 게시글 조회","id":"c8ccf238-261c-4a64-9564-2fdbf841ff5b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{dev}}/api/writing?id=1","description":"<p>게시글 목록에서 선택한 게시글을 보는 API</p>\n","urlObject":{"path":["api","writing"],"host":["{{dev}}"],"query":[{"description":{"content":"<p>id</p>\n","type":"text/plain"},"key":"id","value":"1"}],"variable":[]}},"response":[],"_postman_id":"c8ccf238-261c-4a64-9564-2fdbf841ff5b"},{"name":"선택한 게시글 수정","id":"92a90b53-16ec-4911-9063-7a83c9cdfcaf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"title\": \"수정된 게시글\",\r\n    \"author\" : \"수정길동\",\r\n    \"passWord\" : \"1234\",\r\n    \"contents\" : \"이것은 수정 게시글입니다.\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{dev}}/api/writing?id=1","description":"<p>게시글 목록에서 선택한 게시글을 수정하는 API</p>\n","urlObject":{"path":["api","writing"],"host":["{{dev}}"],"query":[{"description":{"content":"<p>id</p>\n","type":"text/plain"},"key":"id","value":"1"}],"variable":[]}},"response":[],"_postman_id":"92a90b53-16ec-4911-9063-7a83c9cdfcaf"},{"name":"선택한 게시글 삭제","id":"4aa1337d-e6db-46fb-ac3b-e7b34f827b27","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"{{dev}}/api/writing?id=2&passWord=1234","description":"<p>게시글 목록에서 선택한 게시글을 삭제하는 API</p>\n","urlObject":{"path":["api","writing"],"host":["{{dev}}"],"query":[{"description":{"content":"<p>id</p>\n","type":"text/plain"},"key":"id","value":"2"},{"key":"passWord","value":"1234"}],"variable":[]}},"response":[],"_postman_id":"4aa1337d-e6db-46fb-ac3b-e7b34f827b27"}]}