hipchat_elixir v0.3.0 Hipchat.Httpc View Source
Thin wrapper around hackney. Used in all API functions.
Link to this section Summary
Functions
Send HTTP request with the given parameters
Link to this section Types
Link to this type
res_t()
View Source
res_t() :: {:ok, Hipchat.Httpc.Response.t()} | {:error, term()}
Link to this section Functions
Send HTTP request with the given parameters.
options
accepts any options available in :hackney.request/5
.
Additionally, :params
option can take query params as Hipchat.Client.query_params_t
.