open class IndicoConfig
Use the builder to modify the config and pass this object to the IndicoClient constructor
| Name | Summary |
|---|
| Builder | \open class Builder |
| Name | Summary |
|---|
| 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 |
| Name | Summary |
|---|
| getAppBaseUrl | \open fun getAppBaseUrl(): String |