View Source Xogmios.HealthCheck (xogmios v0.8.0)

Performs a health check against the Ogmios server's HTTP endpoint. Used primarily to determine if the underlying Cardano node is fully synced.

Summary

Functions

@spec run(url :: String.t()) :: :ok | {:error, String.t()} | {:incomplete, String.t()}