com.getsensibill.rest.network / DefaultEnvironment / BETA_STAGING
BETA_STAGING
BETA_STAGING
Sensibill Beta-Staging Backend Environment
Contains upcoming changes to API Beta Staging is the only non production environment that is architected similarly to our Production environments. That is, it is a tier-ed environment on multiple regions (Toronto and Montreal) where it is scalable and has high availability. There is no true uptime requirement for this environment,
Inherited Functions
| Name | Summary |
|---|---|
| getBaseUrl | fun getBaseUrl(): StringCall 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(): StringCall to get the host name of the sensibill environment |
| hasHttps | fun hasHttps(): BooleanCall to get boolean describing if Sensibill environment is using https (true) or http (false) |