ExMagicEden.Http.Client (ex_magic_eden v0.0.5)
Link to this section Summary
Link to this section Types
Link to this type
data()
Link to this type
error_reason()
@type error_reason() :: Jason.DecodeError.t() | ExMagicEden.Http.Adapter.error_reason()
Link to this type
request()
@type request() :: ExMagicEden.Http.Request.t()
Link to this type
result()
@type result() :: {:ok, data()} | {:error, error_reason()}
Link to this section Functions
Link to this function
adapter()
@spec adapter() :: module()
Link to this function
call_rpc(request)
Link to this function
get(request)
Link to this function
protocol()
@spec protocol() :: String.t()
Link to this function
rest_domain()
@spec rest_domain() :: String.t()
Link to this function
rpc_domain()
@spec rpc_domain() :: String.t()
Link to this function
send(request)
This function is deprecated. Use ExMagicEden.Http.Client.send_rest instead..
Link to this function
send_rest(request)
Link to this function