The README HTTP API table lists the following endpoints:
GET /api/v1/domains — "Configured domains and status"
GET /api/v1/hostnames — "Configured hostnames and status"
These endpoints are not implemented. The only routes defined in internal/server/routes.go are:
GET /health
GET /api/v1/status
GET /metrics (conditional on MetricsUsername being set)
Requests to /api/v1/domains or /api/v1/hostnames return 404.
Impact
Users who read the README and try to use these endpoints will get 404s with no useful error message.
Recommendation
Either:
Implement the endpoints (preferred — they would be useful for operational visibility), or
Remove them from the README
Category
Should-fix before 1.0. The README is the primary documentation and must be accurate.
## Problem
The README HTTP API table lists the following endpoints:
- `GET /api/v1/domains` — "Configured domains and status"
- `GET /api/v1/hostnames` — "Configured hostnames and status"
These endpoints are **not implemented**. The only routes defined in `internal/server/routes.go` are:
- `GET /health`
- `GET /api/v1/status`
- `GET /metrics` (conditional on MetricsUsername being set)
Requests to `/api/v1/domains` or `/api/v1/hostnames` return 404.
## Impact
Users who read the README and try to use these endpoints will get 404s with no useful error message.
## Recommendation
Either:
1. Implement the endpoints (preferred — they would be useful for operational visibility), or
2. Remove them from the README
## Category
Should-fix before 1.0. The README is the primary documentation and must be accurate.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Problem
The README HTTP API table lists the following endpoints:
GET /api/v1/domains— "Configured domains and status"GET /api/v1/hostnames— "Configured hostnames and status"These endpoints are not implemented. The only routes defined in
internal/server/routes.goare:GET /healthGET /api/v1/statusGET /metrics(conditional on MetricsUsername being set)Requests to
/api/v1/domainsor/api/v1/hostnamesreturn 404.Impact
Users who read the README and try to use these endpoints will get 404s with no useful error message.
Recommendation
Either:
Category
Should-fix before 1.0. The README is the primary documentation and must be accurate.