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