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