文件名称:http-clients
文件大小:20KB
文件格式:ZIP
更新时间:2024-05-09 19:43:10
lib facades Elixir
HttpClients Bcredi平台的API客户端。 安装 该软件包可以通过添加安装http_clients你在依赖列表mix.exs : def deps do [ { :http_clients , github: " bcredi/http-clients " , branch: " main " } ] end 在config.exs中将Hackney添加为Tesla默认适配器: config :tesla , adapter: Tesla . Adapter . Hackney
【文件预览】:
http-clients-main
----mix.lock(9KB)
----.gitignore(623B)
----mix.exs(940B)
----coveralls.json(62B)
----.formatter.exs(97B)
----.github()
--------pull_request_template.md(604B)
--------workflows()
----README.md(384B)
----config()
--------test.exs(50B)
--------config.exs(48B)
--------prod.exs(14B)
--------dev.exs(61B)
----lib()
--------http_clients.ex(87B)
--------http_clients()
----test()
--------http_clients_test.exs(73B)
--------test_helper.exs(15B)
--------http_clients()