GiniHealthAPI
public final class GiniHealthAPI
The Gini Health API Library
-
Undocumented
Declaration
Swift
public var sessionDelegate: URLSessionDelegate? -
The instance of a
DocumentServicethat is used by the Gini Health API Library. TheDocumentServiceallows the interaction with the Gini Health API.Declaration
Swift
public func documentService<T>() -> T where T : DocumentService -
The instance of a
PaymentServicethat is used by the Gini Health API Library. ThePaymentServiceallows the interaction with payment functionality ofthe Gini Health APIDeclaration
Swift
public func paymentService() -> PaymentService -
Removes the user stored credentials. Recommended when logging a different user in your app.
Declaration
Swift
public func removeStoredCredentials() throws
View on GitHub
GiniHealthAPI Class Reference