View on GitHub

sensibill-android-documentation

com.getsensibill.rest.network / DefaultEnvironment / BETA_PROD

BETA_PROD

BETA_PROD

Sensibill Beta-Production Backend Environment

Contains upcoming changes to API Beta Production is where Sensibill’s Beta App and Receipt Rover app is running against. Used by internal Sensibill staff. This is a tier-ed environment on multi regions (Toronto and Montreal) that is scalable and has high availability. This environment is treated like any Production environment where we expect the service is always up. The only exception is when we incur downtime during a deployment.

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)