Function getDirectOpenAPIFetch
- getDirectOpenAPIFetch(
service: string,
options?: { baseUrl?: string },
): Promise<OpenAPIClientFetch & Disposable>Parameters
- service: string
Optional
options: { baseUrl?: string }
Returns Promise<OpenAPIClientFetch & Disposable>
Returns an OpenAPIClientFetch compatible fetch that sets up the openapi service (but not (yet?) the workers) in the same JavaScript VM