Interface for making requests to the Kernel Spec API.

interface IKernelSpecAPIClient {
    serverSettings: ServerConnection.ISettings;
    get(): Promise<KernelSpec.ISpecModels>;
}

Implemented by

Properties

Methods

Properties

serverSettings: ServerConnection.ISettings

The server settings for the client.

Methods