forked from codesquad-members-2021/baseball
-
Notifications
You must be signed in to change notification settings - Fork 0
API 작업 현황
Manjin Bae edited this page May 13, 2021
·
24 revisions
- http://15.164.68.136:80
- ws://15.164.68.136:80
- Connect: Web Socket 통신 연결
- URI: ws://15.164.68.136:80/ws/join
- Join: Web Socket 세션 참여
- request: {"type":"join", "gameId":1, "teamId":2}
- response: "join"
- Out: Web Socket 세션 나가기
- request: {"type":"out", "gameId":1, "teamId":2}
- response: "out"
- Occupy: 특정팀 선점 요청
- request: {"type":"occupy", "gameId":1, "teamId":2}
- response: "fail" or "success" or "wait"
- Leave: 특정팀 선점해제 요청
- request: {"type":"leave", "gameId":1, "teamId":2}
- response: "fail" or "success"
- Pitch: pitch 결과 조회 요청
- request: {"type":"pitch", "gameId":1, "teamId":2}
- response: ":"ball" or "strike" or "hit"
-
(In Progress) 선수명단/스코어 상세 조회
-
(Done) 게임목록 조회
-
(Done) 특정 게임 조회
-
(Done) 특정 팀 선점
-
(Done) 특정 게임 현황 조회
-
(Done) pitch 결과 조회
-
(Done) 특정 팀 선점
-
(Done) pitch 결과 조회