-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
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
[GGFE-24] user api 변경 #796
The head ref may contain hidden characters: "GGFE-24-\uC720\uC800-\uAC80\uC0C9-\uAE30\uB2A5"
Conversation
변경사항 확인했습니다! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
확인했습니다. 프로필 변경 테스트도 해봤는데 잘되네여👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
변경사항 확인했습니다~! 👍
📌 개요
💻 작업사항
유저 기본정보 조회
/pingpong/users
유저 상세정보 조회
/pingpong/users/{intraId}
유저 상제정보 수정
/pingpong/users/{intraId}
유저 live 정보 조회
/pingpong/users/live
유저 검색
/pingpong/users/searches?intraId={IntraId}
유저 ppp 히스토리 조회 (intraid = string)
/pingpong/users/{intraId}/historics?season=${seasonId}
유저 랭크정보 조회
/pingpong/users/{intraId}/rank?season={seasonId}
users/detail?
에서users
로 변경q
->intraId
로 변경✅ 변경로직