{"info":{"_postman_id":"31d8c408-7ca2-4d39-b4f7-9d5e35c52a28","name":"baseball","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"1562550","collectionId":"31d8c408-7ca2-4d39-b4f7-9d5e35c52a28","publishedId":"TzRRBTZ1","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2021-05-07T06:07:48.000Z"},"item":[{"name":"게임방 목록 조회","id":"b3234362-79e9-488d-b03d-3b23710d8f6a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://52.78.19.43:8080/game/list","urlObject":{"protocol":"http","port":"8080","path":["game","list"],"host":["52","78","19","43"],"query":[],"variable":[]}},"response":[{"id":"0242c9de-9ddb-4f1e-8b18-dacec8930795","name":"게임방 목록 조회","originalRequest":{"method":"GET","header":[],"url":"http://52.78.19.43:8080/game/list"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 10 May 2021 10:50:58 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": 2,\n            \"away_team\": \"코드쓰쿼드\",\n            \"home_team\": \"마스터\",\n            \"away_user_email\": \"soo@naver.com\",\n            \"home_user_email\": \"isaac@naver.com\",\n            \"status\": \"PLAYING\"\n        },\n        {\n            \"id\": 1,\n            \"away_team\": \"코드쓰쿼드\",\n            \"home_team\": \"마스터\",\n            \"away_user_email\": null,\n            \"home_user_email\": null,\n            \"status\": \"EXITED\"\n        }\n    ],\n    \"error\": null\n}"}],"_postman_id":"b3234362-79e9-488d-b03d-3b23710d8f6a"},{"name":"게임방 생성","id":"38e85706-0d7e-412c-9415-2980830e0a7c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJzaWduX2luIiwiaXNzIjoiaXNhYWMuYmFzZWJhbGwuYXBpIiwiYXVkIjoiVXNlciIsInJlc291cmNlX3NlcnZlciI6IkdJVEhVQiIsImlkIjo1LCJlbWFpbCI6InN1ZTgyMjMzMEBnbWFpbC5jb20iLCJleHAiOjE2MjEwNjc1MzB9.6nbRqvr9qhF724IMSabffGBXCJKQSHpGHIagZZLtB5I","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"away_team_id\": 1,\n    \"home_team_id\": 2\n}","options":{"raw":{"language":"json"}}},"url":"http://52.78.19.43:8080/game","urlObject":{"protocol":"http","port":"8080","path":["game"],"host":["52","78","19","43"],"query":[],"variable":[]}},"response":[{"id":"8589d6fe-b021-446c-9b2b-dbbfd4613f14","name":"게임방 생성","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"away_team_id\": 1,\n    \"home_team_id\": 2\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/game"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Fri, 07 May 2021 05:55:44 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": \"OK\",\n    \"error\": null\n}"}],"_postman_id":"38e85706-0d7e-412c-9415-2980830e0a7c"},{"name":"게임방 참가","id":"edb4b9d3-dc90-4a19-b8c6-952ccc0b282d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJzaWduX2luIiwiaXNzIjoiaXNhYWMuYmFzZWJhbGwuYXBpIiwiYXVkIjoiVXNlciIsInJlc291cmNlX3NlcnZlciI6IkdJVEhVQiIsImlkIjo1LCJlbWFpbCI6InN1ZTgyMjMzMEBnbWFpbC5jb20iLCJleHAiOjE2MjA5Nzg3Njl9.HRuy-KoAZs8uIjeBitisWTfUlOrSVkI5xcjop8Fc75g","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"game_id\":8,\n    \"my_venue\":\"AWAY\"\n}","options":{"raw":{"language":"json"}}},"url":"http://52.78.19.43:8080/game/joining","urlObject":{"protocol":"http","port":"8080","path":["game","joining"],"host":["52","78","19","43"],"query":[],"variable":[]}},"response":[{"id":"ba2cd0bc-9e3e-4f3c-9573-6fe8f21b8138","name":"게임방 참가","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"game_id\":1,\n    \"my_venue\":\"HOME\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/game/joining"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Fri, 07 May 2021 05:56:08 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": \"OK\",\n    \"error\": null\n}"}],"_postman_id":"edb4b9d3-dc90-4a19-b8c6-952ccc0b282d"},{"name":"게임방 나가기","id":"2a743d38-e2f8-45ce-885e-f024362b98a8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Authorization","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJzaWduX2luIiwiaXNzIjoiaXNhYWMuYmFzZWJhbGwuYXBpIiwiYXVkIjoiVXNlciIsInJlc291cmNlX3NlcnZlciI6IkdJVEhVQiIsImlkIjo1LCJlbWFpbCI6InN1ZTgyMjMzMEBnbWFpbC5jb20iLCJleHAiOjE2MjA5ODUxMTZ9.whX34_KRthQrvPuZChPboSCAOOs2803otXXLDd8fFqY","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"http://52.78.19.43:8080/game/joining/","urlObject":{"protocol":"http","port":"8080","path":["game","joining",""],"host":["52","78","19","43"],"query":[],"variable":[]}},"response":[{"id":"96a9d195-4ab3-4b25-90de-f6e04fbd8a9c","name":"게임방 나가기","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"game_id\":1,\n    \"my_venue\":\"HOME\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/game/joining"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Fri, 07 May 2021 05:56:08 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": \"OK\",\n    \"error\": null\n}"}],"_postman_id":"2a743d38-e2f8-45ce-885e-f024362b98a8"},{"name":"투수가 STRIKE 던짐","id":"4f43b075-fde3-4ee6-9dd9-052b9ab54eac","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"pitch_result\":\"STRIKE\"\n}","options":{"raw":{"language":"json"}}},"url":"http://52.78.19.43:8080/game/status/pitch-result","urlObject":{"protocol":"http","port":"8080","path":["game","status","pitch-result"],"host":["52","78","19","43"],"query":[],"variable":[]}},"response":[{"id":"2a885d18-fdb7-475b-ad7d-1e93a071284d","name":"투수가 STRIKE 기록","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"pitch_result\":\"STRIKE\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/game/status/pitch-result"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Fri, 07 May 2021 05:56:28 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": \"OK\",\n    \"error\": null\n}"}],"_postman_id":"4f43b075-fde3-4ee6-9dd9-052b9ab54eac"},{"name":"투수가 BALL 던짐","id":"5f139a00-7464-47dc-8f7f-cadbeeb57bfa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJzaWduX2luIiwiaXNzIjoiaXNhYWMuYmFzZWJhbGwuYXBpIiwiYXVkIjoiVXNlciIsInJlc291cmNlX3NlcnZlciI6IkdJVEhVQiIsImlkIjo1LCJlbWFpbCI6InN1ZTgyMjMzMEBnbWFpbC5jb20iLCJleHAiOjE2MjA5Nzg3Njl9.HRuy-KoAZs8uIjeBitisWTfUlOrSVkI5xcjop8Fc75g","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"pitch_result\":\"BALL\"\n}","options":{"raw":{"language":"json"}}},"url":"http://52.78.19.43:8080/game/status/pitch-result","urlObject":{"protocol":"http","port":"8080","path":["game","status","pitch-result"],"host":["52","78","19","43"],"query":[],"variable":[]}},"response":[{"id":"63ccb760-24e7-457b-a7cb-e76e451c4a48","name":"투수가 BALL 던짐","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"pitch_result\":\"BALL\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/game/status/pitch-result"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Fri, 07 May 2021 05:56:34 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": \"OK\",\n    \"error\": null\n}"}],"_postman_id":"5f139a00-7464-47dc-8f7f-cadbeeb57bfa"},{"name":"타자가 안타 침","id":"87e2c0ce-d148-4321-a1a9-d8d81a16e65f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJzaWduX2luIiwiaXNzIjoiaXNhYWMuYmFzZWJhbGwuYXBpIiwiYXVkIjoiVXNlciIsInJlc291cmNlX3NlcnZlciI6IkdJVEhVQiIsImlkIjo1LCJlbWFpbCI6InN1ZTgyMjMzMEBnbWFpbC5jb20iLCJleHAiOjE2MjA5ODUxMTZ9.whX34_KRthQrvPuZChPboSCAOOs2803otXXLDd8fFqY","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"pitch_result\":\"HIT\"\n}","options":{"raw":{"language":"json"}}},"url":"http://52.78.19.43:8080/game/status/pitch-result","urlObject":{"protocol":"http","port":"8080","path":["game","status","pitch-result"],"host":["52","78","19","43"],"query":[],"variable":[]}},"response":[{"id":"533ecd0a-a2fe-4867-adfd-ad5a13ce1bec","name":"타자가 안타 침","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"pitch_result\":\"HIT\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/game/status/pitch-result"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Fri, 07 May 2021 05:56:38 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": \"OK\",\n    \"error\": null\n}"}],"_postman_id":"87e2c0ce-d148-4321-a1a9-d8d81a16e65f"},{"name":"게임 메인화면 조회","id":"591b2c98-f829-424b-81b9-34118b18f074","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJzaWduX2luIiwiaXNzIjoiaXNhYWMuYmFzZWJhbGwuYXBpIiwiYXVkIjoiVXNlciIsInJlc291cmNlX3NlcnZlciI6IkdJVEhVQiIsImlkIjo1LCJlbWFpbCI6InN1ZTgyMjMzMEBnbWFpbC5jb20iLCJleHAiOjE2MjA5NzMxMzB9.sCPWpr9fvb-L91OmqOtje9PEuI7wpWve7Mz5MKGrlQk","type":"text"}],"url":"http://52.78.19.43:8080/game/status","urlObject":{"protocol":"http","port":"8080","path":["game","status"],"host":["52","78","19","43"],"query":[],"variable":[]}},"response":[{"id":"69337a0a-13a3-4922-b805-96ae995feae5","name":"게임 메인화면 조회","originalRequest":{"method":"GET","header":[],"url":"http://localhost:8080/game/status"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Fri, 07 May 2021 05:56:47 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"strike\": 0,\n        \"ball\": 3,\n        \"out\": 0,\n        \"away_team\": {\n            \"name\": \"코드쓰쿼드\",\n            \"score\": 0,\n            \"role\": \"ATTACK\"\n        },\n        \"home_team\": {\n            \"name\": \"마스터\",\n            \"score\": 0,\n            \"role\": \"DEFENSE\"\n        },\n        \"inning\": \"1\",\n        \"halves\": \"TOP\",\n        \"pitcher\": {\n            \"team_id\": 2,\n            \"uniform_number\": 1,\n            \"name\": \"호눅스\"\n        },\n        \"pitcher_status\": \"#3\",\n        \"batter\": {\n            \"team_id\": 1,\n            \"uniform_number\": 1,\n            \"name\": \"아이작\"\n        },\n        \"batter_status\": \"1타석 0안타\",\n        \"base1\": null,\n        \"base2\": null,\n        \"base3\": null,\n        \"pitch_histories\": [\n            {\n                \"pitcher\": {\n                    \"team_id\": 2,\n                    \"uniform_number\": 1,\n                    \"name\": \"호눅스\"\n                },\n                \"batter\": {\n                    \"team_id\": 1,\n                    \"uniform_number\": 1,\n                    \"name\": \"아이작\"\n                },\n                \"result\": \"BALL\",\n                \"strike_count\": 0,\n                \"ball_count\": 0\n            },\n            {\n                \"pitcher\": {\n                    \"team_id\": 2,\n                    \"uniform_number\": 1,\n                    \"name\": \"호눅스\"\n                },\n                \"batter\": {\n                    \"team_id\": 1,\n                    \"uniform_number\": 1,\n                    \"name\": \"아이작\"\n                },\n                \"result\": \"BALL\",\n                \"strike_count\": 0,\n                \"ball_count\": 1\n            },\n            {\n                \"pitcher\": {\n                    \"team_id\": 2,\n                    \"uniform_number\": 1,\n                    \"name\": \"호눅스\"\n                },\n                \"batter\": {\n                    \"team_id\": 1,\n                    \"uniform_number\": 1,\n                    \"name\": \"아이작\"\n                },\n                \"result\": \"BALL\",\n                \"strike_count\": 0,\n                \"ball_count\": 2\n            }\n        ],\n        \"my_role\": \"DEFENSE\"\n    },\n    \"error\": null\n}"}],"_postman_id":"591b2c98-f829-424b-81b9-34118b18f074"},{"name":"게임 전광판, 타율 조회","id":"0e958e75-4e94-41d9-9e02-d051df7a0163","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJzaWduX2luIiwiaXNzIjoiaXNhYWMuYmFzZWJhbGwuYXBpIiwiYXVkIjoiVXNlciIsInJlc291cmNlX3NlcnZlciI6IkdJVEhVQiIsImlkIjo1LCJlbWFpbCI6InN1ZTgyMjMzMEBnbWFpbC5jb20iLCJleHAiOjE2MjA5ODUxMTZ9.whX34_KRthQrvPuZChPboSCAOOs2803otXXLDd8fFqY","type":"text"}],"url":"http://52.78.19.43:8080/game/history","urlObject":{"protocol":"http","port":"8080","path":["game","history"],"host":["52","78","19","43"],"query":[],"variable":[]}},"response":[{"id":"8dabaf50-7002-4f0e-8e2b-155bc618c016","name":"게임 전광판, 타율 조회","originalRequest":{"method":"GET","header":[],"url":"http://localhost:8080/game/history"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Fri, 07 May 2021 06:34:19 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"away_team\": {\n            \"team_name\": \"코드쓰쿼드\",\n            \"scores\": [\n                0\n            ],\n            \"batting_history\": [\n                {\n                    \"uniform_number\": 1,\n                    \"name\": \"아이작\",\n                    \"appear_count\": 1,\n                    \"hit_count\": 1,\n                    \"out_count\": 0,\n                    \"hit_ratio\": 1,\n                    \"playing\": false\n                },\n                {\n                    \"uniform_number\": 2,\n                    \"name\": \"쏭\",\n                    \"appear_count\": 1,\n                    \"hit_count\": 0,\n                    \"out_count\": 1,\n                    \"hit_ratio\": 0,\n                    \"playing\": false\n                },\n                {\n                    \"uniform_number\": 3,\n                    \"name\": \"쑤\",\n                    \"appear_count\": 1,\n                    \"hit_count\": 0,\n                    \"out_count\": 0,\n                    \"hit_ratio\": 0,\n                    \"playing\": true\n                },\n                {\n                    \"uniform_number\": 4,\n                    \"name\": \"쿠퍼\",\n                    \"appear_count\": 0,\n                    \"hit_count\": 0,\n                    \"out_count\": 0,\n                    \"hit_ratio\": 0,\n                    \"playing\": false\n                },\n                {\n                    \"uniform_number\": 5,\n                    \"name\": \"우디\",\n                    \"appear_count\": 0,\n                    \"hit_count\": 0,\n                    \"out_count\": 0,\n                    \"hit_ratio\": 0,\n                    \"playing\": false\n                }\n            ]\n        },\n        \"home_team\": {\n            \"team_name\": \"마스터\",\n            \"scores\": [],\n            \"batting_history\": [\n                {\n                    \"uniform_number\": 1,\n                    \"name\": \"호눅스\",\n                    \"appear_count\": 0,\n                    \"hit_count\": 0,\n                    \"out_count\": 0,\n                    \"hit_ratio\": 0,\n                    \"playing\": true\n                },\n                {\n                    \"uniform_number\": 2,\n                    \"name\": \"JK\",\n                    \"appear_count\": 0,\n                    \"hit_count\": 0,\n                    \"out_count\": 0,\n                    \"hit_ratio\": 0,\n                    \"playing\": false\n                },\n                {\n                    \"uniform_number\": 3,\n                    \"name\": \"크롱\",\n                    \"appear_count\": 0,\n                    \"hit_count\": 0,\n                    \"out_count\": 0,\n                    \"hit_ratio\": 0,\n                    \"playing\": false\n                },\n                {\n                    \"uniform_number\": 4,\n                    \"name\": \"세라\",\n                    \"appear_count\": 0,\n                    \"hit_count\": 0,\n                    \"out_count\": 0,\n                    \"hit_ratio\": 0,\n                    \"playing\": false\n                },\n                {\n                    \"uniform_number\": 5,\n                    \"name\": \"헤드\",\n                    \"appear_count\": 0,\n                    \"hit_count\": 0,\n                    \"out_count\": 0,\n                    \"hit_ratio\": 0,\n                    \"playing\": false\n                }\n            ]\n        }\n    },\n    \"error\": null\n}"}],"_postman_id":"0e958e75-4e94-41d9-9e02-d051df7a0163"}]}