[Feature] 웹훅 설정 API (WHK-01) #144
Labels
No Label
Priority
High
Priority
Low
Priority
Medium
Priority
Non
Priority
Urgent
Status
Available
Status
Done
Status
In Progress
Type
Bug
Type
Chore
Type
Design
Type
Documentation
Type
Feature
Type
Improvement
Type
Refactor
Type
Research
Type
Task
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: SPMS/SPMS_API#144
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
설명
서비스별 웹훅 URL 및 구독 이벤트 타입을 설정/조회하는 API를 구현한다.
기능 ID: WHK-01
URI:
POST /v1/in/service/webhook/config— 웹훅 설정 (URL + 구독 이벤트)POST /v1/in/service/webhook/info— 웹훅 설정 조회체크리스트
SPMS.Domain/Entities/Service.cs— WebhookEvents 필드 추가SPMS.Application/DTOs/Service/WebhookConfigRequestDto.cs— 설정 요청 DTOSPMS.Application/DTOs/Service/WebhookConfigResponseDto.cs— 설정 응답 DTOSPMS.Application/Interfaces/IServiceManagementService.cs— 2개 메서드 추가SPMS.Application/Services/ServiceManagementService.cs— 구현SPMS.API/Controllers/ServiceController.cs— 2개 엔드포인트 추가