MCPcopy Create free account
hub / github.com/calfonso/rusternetes / apiBase

Function apiBase

console/src/engine/query.ts:7–9  ·  view source on GitHub ↗

Get the base URL for API calls. In production this is same-origin.

()

Source from the content-addressed store, hash-verified

5
6/** Get the base URL for API calls. In production this is same-origin. */
7function apiBase(): string {
8 return "";
9}
10
11/** Build headers for API requests. */
12function headers(): HeadersInit {

Callers 6

k8sListFunction · 0.85
k8sGetFunction · 0.85
k8sCreateFunction · 0.85
k8sUpdateFunction · 0.85
k8sPatchFunction · 0.85
k8sDeleteFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected