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

사용자 정보 불러오기 #193

Merged
merged 3 commits into from
Nov 28, 2023
Merged

사용자 정보 불러오기 #193

merged 3 commits into from
Nov 28, 2023

Conversation

khw3754
Copy link
Collaborator

@khw3754 khw3754 commented Nov 27, 2023

Issue

Overview

  • 내 정보를 응답하는 API 구현
  • GET /users/my-info 로 요청
    • user_id, nickname, photo, user_email, created_at 응답

Screenshot

image

* PATCH /users/myinfo 에서 내 정보 응답
* 통일성을 위해 myinfo -> my-info 로 수정
* 서버 에러 Exception 추가
@khw3754 khw3754 added ✨ feat 기능 개발 🖥 server server labels Nov 27, 2023
@khw3754 khw3754 added this to the 👋 my milestone Nov 27, 2023
@khw3754 khw3754 requested a review from sk000801 as a code owner November 27, 2023 10:42
@khw3754 khw3754 self-assigned this Nov 27, 2023
@khw3754 khw3754 changed the title Server/feature/7 사용자 정보 불러오기 Nov 27, 2023
@khw3754 khw3754 linked an issue Nov 27, 2023 that may be closed by this pull request
Copy link
Member

@sk000801 sk000801 left a comment

Choose a reason for hiding this comment

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

기능 구현을 빨리 끝내셨군요! 고생하셨습니다! 딱히 지적할 코드가 없네요!! 😊👍

@khw3754 khw3754 merged commit a7a2671 into develop Nov 28, 2023
@khw3754 khw3754 deleted the server/feature/7 branch November 28, 2023 01:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✨ feat 기능 개발 🖥 server server
Projects
None yet
Development

Successfully merging this pull request may close these issues.

사용자 정보 불러오기
2 participants