rhino_health.lib.constants#

Constants that are used in the rest of the system

Module Contents#

Classes#

ApiEnvironment

Which environment you are hitting. By default you should be using PROD_API_URL

class rhino_health.lib.constants.ApiEnvironment#

Which environment you are hitting. By default you should be using PROD_API_URL

Examples

>>> from rhino_health import LOCALHOST_API_URL, PROD_API_URL, PROD_API_URL
LOCALHOST_API_URL = http://localhost:8080/api/#
DEV_URL = https://dev.rhinohealth.com/api/#
DEMO_DEV_URL = https://demo-dev.rhinohealth.com/api/#
PROD_API_URL = https://prod.rhinohealth.com/api/#