View on GitHub

sensibill-android-documentation

com.getsensibill.rest.network / DefaultEnvironment / TESTING

TESTING

TESTING

Sensibill Testing Backend Environment

Contains latest changes to API This is a single instance and is considered non production. There is no requirement for uptime

Inherited Functions

Name Summary
getBaseUrl fun getBaseUrl(): String
Call to get the url to Sensibill Environment Composed of http + hostname
getCertificatePins fun getCertificatePins(): List<String>
Call to get list of certs for Sensibill Environment
getHostName fun getHostName(): String
Call to get the host name of the sensibill environment
hasHttps fun hasHttps(): Boolean
Call to get boolean describing if Sensibill environment is using https (true) or http (false)