Type alias GatewayControllerAPIConfig

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

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

Type declaration

  • endpoints: APIClientOptions["endpoints"]

    The dictionary of endpoints the controller handles.

  • url: string

    The base URL for the API.

Generated using TypeDoc