Tristan Sloughter c73118524c [erlang-client] Erlang request utils (#7257)
* [erlang-client] fix body param from being included path and base path to remove host

* [erlang-client] move request logic out of api functions to utils module

* [erlang-client] add support for passing http client configuration to requests

* [erlang-client] update auth handling

* [erlang-client] remove underscore2, replacing with original underscore + replaceAll
2018-01-22 13:18:35 +08:00

5 lines
128 B
Erlang

{erl_opts, [debug_info, warnings_as_errors, warn_untyped_record]}.
{deps, [ctx, jsx, hackney]}.
{shell, [{apps, [petstore]}]}.