ExX2Y2.Http.Client (ex_x2y2 v0.0.3)

Link to this section Summary

Link to this section Types

@type data() :: map() | list()
Link to this type

error_reason()

@type request() :: ExX2Y2.Http.Request.t()
@type result() :: {:ok, data()} | {:error, error_reason()}

Link to this section Functions

@spec adapter() :: module()
@spec get(request()) :: result()
@spec protocol() :: String.t()
@spec rest_domain() :: String.t()
Link to this function

send_rest(request)

@spec send_rest(request()) :: result()