AdministrationApiRepository
public protocol AdministrationApiRepository
Can be used to perform Administration functions on the API
-
Check the health/status of the API
Declaration
Swift
func checkHealth(completion: @escaping ApiCompletion<HealthCheck>)