Humiex.Query (humiex v0.2.0) View Source

Sync functions to query Humiex Search results

Link to this section Summary

Link to this section Functions

Link to this function

query(client, query_string, start_time, end_time \\ nil, opts \\ [])

View Source

Specs

Link to this function

query_values(client, query_string, start_time, end_time \\ nil, opts \\ [])

View Source

Specs

query_values(
  Humiex.Client.t(),
  binary(),
  nil | binary() | number(),
  nil | binary() | number(),
  keyword()
) :: [any()]