(
apiHost: string,
endpoint: string,
{
method = 'GET',
body,
headers: customHeaders,
timeout = 300000,
raiseError = true,
isExternal = false
}: {
method?: string
body?: string | FormData | URLSearchParams | Blob | Record<string, unknown>
headers?: Record<string, string>
timeout?: number
raiseError?: boolean
isExternal?: boolean
} = {}
)
source not stored for this graph (policy: none)
no test coverage detected