remove old node api stub

This commit is contained in:
Enot (ded) Skelly
2026-05-28 12:24:24 -07:00
parent 203c5f1b2f
commit 7097dce92c
-13
View File
@@ -144,16 +144,3 @@ func NodesRouter(reader api.Reader) http.Handler {
return r
}
// ListNodeObservations handles GET /api/v1/nodes/{nodeId}/observations
//
// Query params (all optional):
//
// since=<epoch ms>
// limit=50
// cursor=<opaque>
func ListNodeObservations(w http.ResponseWriter, r *http.Request) {
// nodeId := chi.URLParam(r, "nodeId")
// TODO: fetch observations for node, paginate, write JSON response.
w.WriteHeader(http.StatusNotImplemented)
}