MCPcopy Create free account
hub / github.com/Tong89/smartNode / fetchSystemInfo

Function fetchSystemInfo

frontend/src/api/endpoints.ts:80–82  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

78 * Returns available data types, node counts, and other metadata.
79 */
80export function fetchSystemInfo(): Promise<Record<string, unknown>> {
81 return apiClient.get<Record<string, unknown>>('/api/system_info');
82}
83
84/**
85 * GET /api/resource_status — Per-resource occupancy summary.

Callers 1

refreshAllFunction · 0.90

Calls 1

getMethod · 0.45

Tested by

no test coverage detected