OpenApiTypesense.Health (OpenApiTypesense v0.6.5)
View SourceProvides API endpoint related to health
Summary
Functions
@spec health() :: {:ok, OpenApiTypesense.HealthStatus.t()} | :error
Checks if Typesense server is ready to accept requests.
Checks if Typesense server is ready to accept requests.
@spec health(OpenApiTypesense.Connection.t() | map() | keyword()) :: {:ok, OpenApiTypesense.HealthStatus.t()} | :error
Either one of:
health(opts)
health(%{api_key: xyz, host: ...})
health(Connection.new())
@spec health( map() | OpenApiTypesense.Connection.t(), keyword() ) :: {:ok, OpenApiTypesense.HealthStatus.t()} | :error
Either one of:
health(%{api_key: xyz, host: ...}, opts)
health(Connection.new(), opts)