OpenAPIClientFetch | WebHare Platform SDK
WebHare Platform SDK
    Preparing search index...

    Type Alias OpenAPIClientFetch

    OpenAPIClientFetch: (
        input: string,
        init?: RequestInit,
    ) => Promise<OpenAPIWebResponse>

    The fetch API expected by an OpenAPICall - a subset of the actual fetch() API to allow mocking/direct connections

    Type declaration