{"info":{"_postman_id":"4969bac7-ef92-4e96-9292-13dbe3282285","name":"COW","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"25801264","collectionId":"4969bac7-ef92-4e96-9292-13dbe3282285","publishedId":"2s9YC4TsKz","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2023-09-13T03:58:12.000Z"},"item":[{"name":"JPA API misson","item":[{"name":"member","item":[{"name":"회원 가입(김철수)","id":"5dd18cac-3089-4744-be31-c3d90d4daeed","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\":\"김철수\",\n    \"email\":\"aaf@gmail.com\",\n    \"password\":\"pw1\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/members","urlObject":{"protocol":"http","port":"8080","path":["members"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"5dd18cac-3089-4744-be31-c3d90d4daeed"},{"name":"회원 가입(호크아이)","id":"e1248b87-9fae-482e-b7fd-09f6311c214e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\":\"호크아이\",\n    \"email\":\"kkf@gmail.com\",\n    \"password\":\"pw2\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/members/new","urlObject":{"protocol":"http","port":"8080","path":["members","new"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"e1248b87-9fae-482e-b7fd-09f6311c214e"},{"name":"회원 가입(아이언맨)","id":"dd85d65e-f7d6-4f33-8d06-9dd28775b44f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\":\"아이언맨\",\n    \"email\":\"iron@gmail.com\",\n    \"password\":\"pw3\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/members/new","urlObject":{"protocol":"http","port":"8080","path":["members","new"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"dd85d65e-f7d6-4f33-8d06-9dd28775b44f"},{"name":"로그인 조회","id":"ea08708b-9c42-481f-8ef0-c1c8bdf566f6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/members/1","urlObject":{"protocol":"http","port":"8080","path":["members","1"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"ea08708b-9c42-481f-8ef0-c1c8bdf566f6"},{"name":"사용자 정보 변경","id":"d7789411-4b25-418f-9c5b-88c1b2012466","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"name\":\"김비\",\n    \"email\":\"ddda@naver.com\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/members/1/edit","urlObject":{"protocol":"http","port":"8080","path":["members","1","edit"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"d7789411-4b25-418f-9c5b-88c1b2012466"}],"id":"efe39e53-8b39-454a-8660-a04ae97403cd","_postman_id":"efe39e53-8b39-454a-8660-a04ae97403cd","description":""},{"name":"post","item":[{"name":"포스트 사용자별 전체 찾기","item":[{"name":"포스트 김철수 전체 찾기","id":"bb11d5ec-4c3f-4a1b-bea6-b8e50ad17c6a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/members/1/posts","urlObject":{"protocol":"http","port":"8080","path":["members","1","posts"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"bb11d5ec-4c3f-4a1b-bea6-b8e50ad17c6a"},{"name":"포스트 아이언맨 전체 찾기","id":"ccf9cd03-5dbd-47d2-a9c0-52c90b2acc29","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/members/3/posts","urlObject":{"protocol":"http","port":"8080","path":["members","3","posts"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"ccf9cd03-5dbd-47d2-a9c0-52c90b2acc29"},{"name":"포스트 호크아이 전체 찾기","id":"d0488a29-d5fa-457d-b553-7e978244e536","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/members/2/posts","urlObject":{"protocol":"http","port":"8080","path":["members","2","posts"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"d0488a29-d5fa-457d-b553-7e978244e536"}],"id":"2bb58c3f-2a56-4b63-b46f-e9c4a624b432","_postman_id":"2bb58c3f-2a56-4b63-b46f-e9c4a624b432","description":""},{"name":"김철수 포스팅","id":"c780eff8-9732-4d86-ad22-88c684ebff80","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"title\":\"오늘은 수요일\",\n    \"contents\":\"바나나우유 마시기 싫어.\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/members/1/posts/new","urlObject":{"protocol":"http","port":"8080","path":["members","1","posts","new"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"c780eff8-9732-4d86-ad22-88c684ebff80"},{"name":"호크아이 포스팅","id":"69ebc3c3-1b37-44f0-80f2-c5ce4a803a07","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"title\":\"나는야 호크아이\",\n    \"contents\":\"죄송해요 호선배.\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/members/2/posts/new","urlObject":{"protocol":"http","port":"8080","path":["members","2","posts","new"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"69ebc3c3-1b37-44f0-80f2-c5ce4a803a07"},{"name":"김철수 포스팅 2","id":"ac67ed17-f591-4089-a7eb-29be843ec4fc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"title\":\"오늘은 화요일\",\n    \"contents\":\"딸기 우유 마시고 싶다.\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/members/1/posts/new","urlObject":{"protocol":"http","port":"8080","path":["members","1","posts","new"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"ac67ed17-f591-4089-a7eb-29be843ec4fc"},{"name":"아이언맨 포스팅","id":"c32f9b31-84ce-4e48-ad48-13ac56714f5f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"title\":\"400만큼\",\n    \"contents\":\"햄버거 좋아\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/members/3/posts/new","urlObject":{"protocol":"http","port":"8080","path":["members","3","posts","new"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"c32f9b31-84ce-4e48-ad48-13ac56714f5f"},{"name":"포스트 찾기","id":"49e77e57-b1fe-4648-86a9-f10be0795958","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/members/2/posts/1","urlObject":{"protocol":"http","port":"8080","path":["members","2","posts","1"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"49e77e57-b1fe-4648-86a9-f10be0795958"},{"name":"포스트 삭제","id":"d300d871-8e33-4fd7-99b0-b8db1c7a7c58","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8080/members/2/posts/2","urlObject":{"protocol":"http","port":"8080","path":["members","2","posts","2"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"d300d871-8e33-4fd7-99b0-b8db1c7a7c58"}],"id":"d8ad12df-faab-4915-8e8f-81be5f7af415","_postman_id":"d8ad12df-faab-4915-8e8f-81be5f7af415","description":""},{"name":"comment","item":[{"name":"김철수 포스트 1 댓글쓰기","id":"cf7021ce-cc6a-4ba9-9b90-1c4520e18ca3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"writer\":\"바나나맨\",\n    \"contents\":\"바나나우유는 빙그레가 짱이지.\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/members/1/posts/1/comment","urlObject":{"protocol":"http","port":"8080","path":["members","1","posts","1","comment"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"cf7021ce-cc6a-4ba9-9b90-1c4520e18ca3"},{"name":"김철수 포스트 1 댓글쓰기 2","id":"f4332326-3ae9-4641-84cd-ff4dbfea6851","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"writer\":\"우유싫어\",\n    \"contents\":\"저는 우유가 싫어요.\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/members/1/posts/1/comment","urlObject":{"protocol":"http","port":"8080","path":["members","1","posts","1","comment"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"f4332326-3ae9-4641-84cd-ff4dbfea6851"},{"name":"김철수 포스트 2 댓글쓰기","id":"7168efb0-76ea-459c-8c88-072ded0c487c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"writer\":\"우유싫어\",\n    \"contents\":\"저는 우유가 싫어요.\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/members/1/posts/3/comment","urlObject":{"protocol":"http","port":"8080","path":["members","1","posts","3","comment"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"7168efb0-76ea-459c-8c88-072ded0c487c"},{"name":"호크아이 포스트 1 댓글쓰기","id":"f64a96f2-1a1f-4222-b263-39d5c496bde2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"writer\":\"블랙위도우\",\n    \"contents\":\"왜 나 버림.?\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/members/2/posts/2/comment","urlObject":{"protocol":"http","port":"8080","path":["members","2","posts","2","comment"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"f64a96f2-1a1f-4222-b263-39d5c496bde2"},{"name":"아이언맨 포스트 1 댓글쓰기","id":"682fa5d7-9ee6-4147-a148-c23e9a7c4ff1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"writer\":\"캡틴 아메리카노\",\n    \"contents\":\"허접ㅋ.\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/members/3/posts/4/comment","urlObject":{"protocol":"http","port":"8080","path":["members","3","posts","4","comment"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"682fa5d7-9ee6-4147-a148-c23e9a7c4ff1"}],"id":"c1bd25e1-a0d0-4b66-b6fa-a15f48bb8e20","_postman_id":"c1bd25e1-a0d0-4b66-b6fa-a15f48bb8e20","description":""}],"id":"9bdbf619-d8da-4d57-b7ab-0a870e9f413d","_postman_id":"9bdbf619-d8da-4d57-b7ab-0a870e9f413d","description":""}]}