Blockfrost.API.Health (Blockfrost v0.1.1) View Source
Information about health of API
Link to this section Summary
Functions
Return backend status
Provides the current UNIX time
Has no other function than to point end users to documentation
Link to this section Functions
Specs
backend_health_status(Blockfrost.t(), Keyword.t()) :: {:ok, Blockfrost.Response.BackendHealthStatusResponse.t()} | Blockfrost.HTTP.error_response()
Return backend status
Specs
current_backend_time(Blockfrost.t(), Keyword.t()) :: {:ok, Blockfrost.Response.CurrentBackendTimeResponse.t()} | Blockfrost.HTTP.error_response()
Provides the current UNIX time
Specs
root(Blockfrost.t(), Keyword.t()) :: {:ok, Blockfrost.Response.RootResponse.t()} | Blockfrost.HTTP.error_response()
Has no other function than to point end users to documentation