Noizu.Weaviate.Api.Nodes (Noizu Weaviate v0.1.1)

Functions for getting information about the Weaviate nodes.

Summary

Functions

Get information about the Weaviate nodes.

Functions

Link to this function

get_information_about_nodes(options \\ nil)

@spec get_information_about_nodes(options :: any()) :: {:ok, any()} | {:error, any()}

Get information about the Weaviate nodes.

Returns

A tuple {:ok, response} on successful API call, where response is the API response. Returns {:error, term} on failure, where term contains error details.

Examples

{:ok, response} = Noizu.Weaviate.Api.Nodes.get_information_about_nodes()