Package ai.systema.configuration

Types

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

Functions

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