codestates / codestates/naganda-server
[Backend][Mypage] 마이페이지 내정보 받아오기 API 구현
Open
Backend
Bare minimum
E:2h
SuHyeon
- Dominant language
- JavaScript
- Stars
- 0
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
## Suggestion
> [GET] [/users/:userid]
## Condition
- [x] 경로 파라미터를 통해 받아온 닉네임으로 해당 닉네임을 가지고 있는 회원의 정보를 데이터베이스에서 불러온다.
- [x] 정상적으로 불러온 정보를 json형태로 응답에 보내준다.
- [ ] 인증 구현
## Description
- **Request** : nickname(path parameter), authorization(header)
- **Response** :
- **200 OK** : Response user information
- **401 Unauthorized** : Response unauthorized
- **500 Internal Server Error** : error
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.