@squidcloud/client
    Preparing search index...

    Interface DiscoverOpenApiOptions

    OpenAPI discovery options for schema discovery.

    interface DiscoverOpenApiOptions {
        headers?: Record<string, string>;
        openApiSpecUrl?: string;
    }
    Index

    Properties

    headers?: Record<string, string>

    Optional headers to include when fetching the spec.

    openApiSpecUrl?: string

    The URL of the OpenAPI specification.