Sensibill Rest API
/
com.getsensibill.rest.network
/
DefaultEnvironment
/
SANDBOX
S
A
N
D
B
O
X
SANDBOX
("sandbox.sensibill.io", listOf<String>(SSLPinning.COMODO, SSLPinning.GLOBALSIGN))
Content copied to clipboard
Properties
Properties
certificatePins
Link copied to clipboard
open override val
certificatePins
:
List
<
String
>
Content copied to clipboard
The list of certificate pins for this Sensibill Environment
hasHttps
Link copied to clipboard
open override val
hasHttps
:
Boolean
= true
Content copied to clipboard
If the Sensibill environment is using https (true) or http (false)
hostName
Link copied to clipboard
open override val
hostName
:
String
Content copied to clipboard
the host name of the Sensibill Environment.
name
Link copied to clipboard
val
name
:
String
Content copied to clipboard
ordinal
Link copied to clipboard
val
ordinal
:
Int
Content copied to clipboard
v1BaseUrl
Link copied to clipboard
open override val
v1BaseUrl
:
String
Content copied to clipboard
The base url of the API v1 endpoints.
v2BaseUrl
Link copied to clipboard
open override val
v2BaseUrl
:
String
Content copied to clipboard
The base url of the API v2 endpoints.