Package ai. systema. configuration
Types
Configuration
Link copied to clipboard
interface Configuration
Content copied to clipboard
Credentials
Link copied to clipboard
interface Credentials
Content copied to clipboard
Systema KVStore
Link copied to clipboard
interface SystemaKVStore
Content copied to clipboard
Functions
Configuration
Link copied to clipboard
fun Configuration(credentials: Credentials, logLevel: SystemaLogLevel = SystemaLogLevel.INFO, hosts: Map<EndpointType, Url> = credentials.hosts, engine: HttpClientEngine? = null, kvStore: SystemaKVStore, deviceManager: SystemaDeviceManager): Configuration
Content copied to clipboard
Credentials
Link copied to clipboard
fun Credentials(clientID: SystemaClientID, apiKey: SystemaAPIKey, environment: EnvironmentType = EnvironmentType.DEV, proxyUrls: Map<EndpointType, Url> = mapOf()): Credentials
Content copied to clipboard