curl http://localhost:3001/monitor
{
"success": true,
"data": [
{
"reportId": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
"githubUrl": "https://github.com/ripple/rippled",
"intervalMs": 30000,
"lastScore": 74
}
]
}
List all currently monitored repositories
curl http://localhost:3001/monitor
{
"success": true,
"data": [
{
"reportId": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
"githubUrl": "https://github.com/ripple/rippled",
"intervalMs": 30000,
"lastScore": 74
}
]
}
curl http://localhost:3001/monitor
{
"success": true,
"data": [
{
"reportId": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
"githubUrl": "https://github.com/ripple/rippled",
"intervalMs": 30000,
"lastScore": 74
}
]
}