View Source Finix (Finix v0.1.4)

Summary

Types

@type client_opts() :: map()
@type req_params() :: %{url: String.t(), method: atom(), body: map()}

Functions

Link to this function

handle_response(error, mapper)

View Source
Link to this function

request(params, client_opts \\ %{})

View Source
@spec request(req_params(), client_opts()) :: struct() | {:error, term()}