Skip to content
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

feat - 유저 정보 불러오기 기능 구현 #23

Merged
merged 36 commits into from
Jan 10, 2024

Conversation

kseysh
Copy link
Member

@kseysh kseysh commented Jan 9, 2024

Related issue 🚀

Work Description 💚

  • 유저 정보 불러오기 기능을 구현했습니다.
  • Util 클래스를 만들고 access token을 이용해 유저의 아이디를 불러오는 getUserId 함수를 추가했습니다. 이를 유저 정보가 필요한 코드에서 사용하시면 될 것 같습니다.

PR 참고 사항

  • 아래는 포스트맨 테스트 결과입니다.
    image

@kseysh kseysh added 🪄 API ✨ Feat 새로운 기능 추가 👨🏻‍💻 승환 승환이가 작성한 Label labels Jan 9, 2024
@kseysh kseysh requested a review from jumining January 9, 2024 13:50
@kseysh kseysh self-assigned this Jan 9, 2024
Copy link
Collaborator

@jumining jumining left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

유저정보 불러오는데 수정된 코드가 많군요 수고하셨습니다!

Copy link
Collaborator

@jumining jumining left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

코드 잘 확인했습니다 얼른 머지되면 좋겠군요 두근두근

@kseysh kseysh merged commit 5036a70 into develop Jan 10, 2024
1 check passed
@jumining jumining deleted the feat/#22-get-user-info-api branch January 15, 2024 06:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✨ Feat 새로운 기능 추가 👨🏻‍💻 승환 승환이가 작성한 Label
Projects
None yet
Development

Successfully merging this pull request may close these issues.

feat - 유저 정보 불러오기 기능 추가
2 participants