API Reference Overview
Monodog has a complete REST API that lets developers access all monorepo data using the HTTP protocol.
Base URL
http://localhost:8999/api
Endpoints
Packages
GET /packages- List all packagesGET /packages/{name}- Get package detailsGET /packages/refresh- Refresh package data
Health
GET /health/packages- Get health metrics for all packagesPOST /health/refresh- Refresh health data
Commits
GET /commits/{packagePath}- Get commit history
Config
GET /config/files- Get configuration files