ApiConfig

class ApiConfig(val url: String, val secure: Boolean = url.startsWith("https://"), val sessionToken: String)

Constructors

Link copied to clipboard
constructor(url: String, secure: Boolean = url.startsWith("https://"), sessionToken: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val url: String