MCPcopy Create free account
hub / github.com/CommonstackAI/UncommonRoute / fetchHealth

Function fetchHealth

frontend/dashboard/src/api.ts:175–175  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

173}
174
175export const fetchHealth = () => get<Health>("/health");
176export const fetchConnections = () => get<ConnectionState>("/v1/connections");
177export const fetchProviders = () => get<ProvidersState>("/v1/providers");
178export const fetchStats = () => get<Stats>("/v1/stats");

Callers 1

LiveDataProviderFunction · 0.90

Calls 1

getFunction · 0.85

Tested by

no test coverage detected