jimpex
    Preparing search index...

    Type Alias GatewayControllerAPIConfig

    The API client configuration the gateway can generate for its endpoints.

    type GatewayControllerAPIConfig = {
        endpoints: APIClientOptions["endpoints"];
        url: string;
    }
    Index

    Properties

    Properties

    endpoints: APIClientOptions["endpoints"]

    The dictionary of endpoints the controller handles.

    url: string

    The base URL for the API.