QlikElixir.Client (qlik_elixir v0.1.0)
View SourceHTTP client wrapper for Qlik API interactions.
Summary
Functions
Makes a DELETE request to the Qlik API.
Makes a GET request to the Qlik API.
Makes a POST request to the Qlik API.
Functions
@spec delete(String.t(), QlikElixir.Config.t(), keyword()) :: {:ok, map()} | {:error, QlikElixir.Error.t()}
Makes a DELETE request to the Qlik API.
@spec get(String.t(), QlikElixir.Config.t(), keyword()) :: {:ok, map()} | {:error, QlikElixir.Error.t()}
Makes a GET request to the Qlik API.
@spec post(String.t(), map() | {:multipart, list()}, QlikElixir.Config.t(), keyword()) :: {:ok, map()} | {:error, QlikElixir.Error.t()}
Makes a POST request to the Qlik API.