Indico Config
open class IndicoConfig
Use the builder to modify the config and pass this object to the IndicoClient constructor
Types
| Name | Summary |
|---|---|
| Builder | \open class Builder |
Properties
| 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 |
Functions
| Name | Summary |
|---|---|
| getAppBaseUrl | \open fun getAppBaseUrl(): String |
Updated 22 days ago
