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

Function fetchData

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

Source from the content-addressed store, hash-verified

70 * Returns all satellites, ground stations, geo relays, requests, and stats.
71 */
72export function fetchData(): Promise<SystemData> {
73 return apiClient.get<SystemData>('/api/data');
74}
75
76/**
77 * GET /api/system_info — Static system configuration.

Callers 1

refreshAllFunction · 0.90

Calls 1

getMethod · 0.45

Tested by

no test coverage detected