codestates / codestates/Hotair-server
[Server][Sprint02] /chats/:channelId 특정채널 채팅목록 불러오기
Open
Back-end
Bare minimum
Sprint 2
- Dominant language
- JavaScript
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
### ISSUE
- Level: `Sprint02`
- Type: `API`, `GET`
- Detail: 특정 채널 채팅목록 불러오는 것에 관련한 로직 구상 및 API 생성
### TODO
1. [ ] Request: channelId(Path Parameters), authorization(Headers)
2. [ ] Response:
- 200 OK : response chat's information list
- 401 Unauthorized : response error message
- 500 Internal Server Error : response error
### Estimated time
### `1h`
### Labels
- Estimated time: `E: 1h`
- Part : `Server`
- Sprint: `Sprint02`
- Urgency:`Low`
### Additional context
특정채널을 클릭 했을 경우 해당 채널에 작성되어진 채팅리스트를 받아서 뿌려주도록 함.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.