interface SDWebUIClientOptions {
    baseUrl?: string;
    password?: string;
    username?: string;
}

Properties

baseUrl?: string

The base URL for the API

Default: ENV["SD_API_URL"]

password?: string

password for the API if required

Default: ENV["SD_API_PASSWORD"]

username?: string

username for the API if required

Default: ENV["SD_API_USERNAME"]