We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GET /auth/status {로그인 여부}
유저 정보: GET /users/me { 이름, 이메일, 프로필 사진 }
방 : GET /users/me/room-code { roomCode: "1234AB" }
room users GET /rooms/{roomcode}/users isHost: true | false 추가하기
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
💎 개발할 기능
GET /auth/status
{로그인 여부}
유저 정보: GET /users/me
{ 이름, 이메일, 프로필 사진 }
방 : GET /users/me/room-code
{ roomCode: "1234AB" }
room users
GET /rooms/{roomcode}/users
isHost: true | false 추가하기
The text was updated successfully, but these errors were encountered: