We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
이벤트 관련 API를 개발합니다.
GET /events
GET /events/{id}
POST /events
PATCH /events/{id}
DELETE /events/{id}
PATCH /events/{id}/status
The text was updated successfully, but these errors were encountered:
Feat: 이벤트 생성 API 추가 #8
2207a3a
Feat: event 수정 API 작성 #8
37bca65
Feat: 이벤트 삭제 및 상태 변경 API 추가 #8
b8b0700
Feat: 이벤트 목록 조회, 이벤트 상세 조회 API 추가 #8
672babf
Chore: gitignore 수정 #8
cd52b61
Refactor: sonarcube 적용 #8
eb5ee62
mjeongriver
Successfully merging a pull request may close this issue.
기능 개요
이벤트 관련 API를 개발합니다.
기능 목록
사용자 + 관리자 공통 API (이벤트)
GET /events
→ 이벤트 목록 조회(상태별 조회 가능, 쿼리 파라미터로 상태 전달)GET /events/{id}
→ 이벤트 상세 조회관리자 전용 API (이벤트)
POST /events
→ 이벤트 등록PATCH /events/{id}
→ 이벤트 수정DELETE /events/{id}
→ 이벤트 삭제PATCH /events/{id}/status
→ 이벤트 상태 변경The text was updated successfully, but these errors were encountered: