Package ai.systema.configuration

Types

Link copied to clipboard
interface Configuration
Link copied to clipboard
interface Credentials
Link copied to clipboard
interface SystemaKVStore

Functions

Link copied to clipboard
fun Configuration(    credentials: Credentials,     logLevel: SystemaLogLevel = SystemaLogLevel.INFO,     hosts: Map<EndpointType, <ERROR CLASS>> = credentials.hosts,     engine: <ERROR CLASS>? = null,     kvStore: SystemaKVStore,     deviceManager: SystemaDeviceManager): Configuration
Link copied to clipboard
fun Credentials(    clientID: SystemaClientID,     apiKey: SystemaAPIKey,     environment: EnvironmentType = EnvironmentType.DEV,     proxyUrls: Map<EndpointType, <ERROR CLASS>> = mapOf()): Credentials