View Source Telegex.Caller.Adapter.Finch (Telegex v1.8.0)
Finch based caller adapter.
Summary
Types
@type error() :: Telegex.Type.error()
@type req_error() :: %{reason: atom()}
@type req_resp() :: Finch.Response.t()
Functions
@spec attach_param( atom(), String.t() | map() | list() | nil, Multipart.t(), keyword() | map() ) :: {Multipart.t(), keyword() | map()}