forked from loafle/openapi-generator-original
* [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
5 lines
128 B
Erlang
5 lines
128 B
Erlang
{erl_opts, [debug_info, warnings_as_errors, warn_untyped_record]}.
|
|
|
|
{deps, [ctx, jsx, hackney]}.
|
|
|
|
{shell, [{apps, [petstore]}]}. |