hipchat_elixir v0.5.1 Hipchat.Httpc View Source
Thin wrapper around Erlang’s httpc
. 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 :httpc.request/4
. Additionally,
:http_options
forhttp_options
in:httpc.request/4
:params
option can take query params asHipchat.Client.query_params_t
.
It can be injected via Hipchat.Client.t
.