codestates / codestates/naganda-server
[Backend][Mypage] 마이페이지 내 스케줄 리스트 받아오기 API 구현
Open
Backend
Bare minimum
Danbi
E:0.5h
- Dominant language
- JavaScript
- Stars
- 0
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
## Suggestion
> [GET] [/users/schedules/:nickname]
## Condition
- [x] 경로파라미터로 받아오는 닉네임을 통해 특정 회원이 입력한 스케줄 정보를 받아오기
- [x] 받아온 정보를 배열에 담아 응답에 보내주기
## Description
- **Request** : nickname(path parameter), authorization(header)
- **Response** :
- **200 OK** : Response my schedule information list
- **500 Internal Server Error** : error
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.