View Source Kraken.Client (kraken v0.3.3)

Link to this section Summary

Link to this section Functions

@spec get(String.t()) :: String.t() | no_return()
@spec post(String.t(), String.t()) :: String.t() | no_return()
@spec start_finch() :: {:ok, pid()} | {:error, :already_started}
Link to this function

stream(path, payload, function)

View Source
@spec stream(String.t(), String.t(), (String.t() -> :ok)) :: String.t() | no_return()