elidactyl v0.1.0 Elidactyl.Request
Link to this section Summary
Link to this section Functions
Link to this function
delete(url, headers \\ [], options \\ [])
Specs
Link to this function
get(url, headers \\ [], options \\ [])
Specs
Link to this function
handle_response(arg)
Specs
handle_response({:ok, HTTPoison.Response.t()} | {:error, HTTPoison.Error.t()}) :: {:ok, binary()} | {:error, Elidactyl.Error.t()}
Link to this function
patch(url, body, headers \\ [], options \\ [])
Specs
Link to this function
post(url, body, headers \\ [], options \\ [])
Specs
Link to this function
put(url, body, headers \\ [], options \\ [])
Specs
Link to this function