-
Notifications
You must be signed in to change notification settings - Fork 1
home
Redddy edited this page Sep 23, 2025
·
2 revisions
deprecated API DOCS
Request
GET /healthRequest
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