@squidcloud/client
    Preparing search index...

    Interface OpenApiDiscoveryOptions

    Options for discovering APIs via an OpenAPI specification.

    interface OpenApiDiscoveryOptions {
        openApiSpecUrl: string;
    }
    Index

    Properties

    Properties

    openApiSpecUrl: string

    The URL of the OpenAPI specification document.