Package-level declarations

Types

Link copied to clipboard
abstract class EquinoxRequester(    host: String,     userId: String? = null,     userToken: String? = null,     debugMode: Boolean = false,     connectionTimeout: Long = DEFAULT_REQUEST_TIMEOUT,     connectionErrorMessage: String,     byPassSSLValidation: Boolean = false) : Requester

The EquinoxRequester class is useful to communicate with backend based on the SpringBoot framework with the requests pre-implemented