Skip to content
Redddy edited this page Sep 23, 2025 · 2 revisions

deprecated API DOCS

헬스체크

Request

GET /health

링크 등록

Request

POST /check

{
    "subscriber" : {
        "email": "{email}",
        "repository_url": "{repository_url}",
        "branch":"{branch_name}"
    }
}

requeried: repository_url, email


링크 삭제

Request

DELETE /check

{
    "subscriber" : {
        "email": "{email}",
        "repository_url": "{repository_url}",
        "branch":"{branch_name}"
    }
}

requeried: repository_url, email


실시간 확인

Request

GET /stream?repo_url={repo_url}&branch={branch}

{
  "repo_url":"{repo_url}",
  "branch":"{branch}"
}

requeried: repo_url

Clone this wiki locally