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

Function fetchResourceTimeline

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

Source from the content-addressed store, hash-verified

103 * covering a 1-hour sliding window ending at current simulation time.
104 */
105export function fetchResourceTimeline(): Promise<ResourceTimeline> {
106 return apiClient.get<ResourceTimeline>('/api/resource_timeline');
107}
108
109/**
110 * POST /api/request — Submit a new transmission request.

Callers 1

refreshAllFunction · 0.90

Calls 1

getMethod · 0.45

Tested by

no test coverage detected