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

Method url

frontend/src/api/client.ts:91–93  ·  view source on GitHub ↗

Build a fully-qualified URL for the given API path.

(path: string)

Source from the content-addressed store, hash-verified

89
90 /** Build a fully-qualified URL for the given API path. */
91 url(path: string): string {
92 return `${this._baseUrl}${path}`;
93 }
94
95 /**
96 * Execute an HTTP request and return the parsed JSON response.

Callers 3

requestMethod · 0.95
exportScenarioFunction · 0.80
importScenarioFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected