APIDomain
public enum APIDomain
Undocumented
-
The default one, which points to https://health-api.gini.net
Declaration
Swift
case `default`
-
A custom domain with optional custom token source
Declaration
Swift
case custom(domain: String, tokenSource: AlternativeTokenSource?)
-
Merchant domain
Declaration
Swift
case merchant