Feat : 깃허브 이슈 구현 & 이슈리스트 페이징처리 구현 #47
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
요약 (Summary)
🔑 변경 사항 (Key Changes)
/webhook/studyroomId/{studyroomId}
엔드포인트를 만들었습니다. 해당 엔드포인트를 깃허브 웹훅에 등록하면 해당주소로 요청을 보내며, 저희 측 서버는 그 이슈를 스터디룸과 매핑해서 저장하고 STOMP로 해당 내용을 보냅니다. 구독주소 :/topic/issues/{studyroomId}
📝 리뷰 요구사항 (To Reviewers)
확인 방법
배포환경 테스트라 쿼리문은 필요없을거같아 제공하지않겠습니다!
명세서 <- 페이징에대한 추가설명이 있습니다.
https://www.linkode.site/webhookUrl?studyroomId=3
여기로 GET 요청을 보내주세요!https://www.linkode.site/studyroom/issue?studyroomId=3
이 요청이 리스트를 잘 반환하는지 확인해주세요!웹훅 주소 발급 [GET] <웹훅 특성상 배포하면서 개발 하였습니다..>
깃허브 이슈 리스트 [GET] <리스트는 로컬에만 구현되어있습니다!>
성공 예시