Indico Config

open class IndicoConfig

Use the builder to modify the config and pass this object to the IndicoClient constructor

Types

NameSummary
Builder\open class Builder

Properties

NameSummary
apiToken\val apiToken: String
connectionReadTimeout\val connectionReadTimeout: Int
connectionWriteTimeout\val connectionWriteTimeout: Int
connectTimeout\val connectTimeout: Int
host\val host: String
maxConnections\val maxConnections: Int
maxRetries\val maxRetries: Int
protocol\val protocol: String

Functions

NameSummary
getAppBaseUrl\open fun getAppBaseUrl(): String