ExMagicEden.Http.Client (ex_magic_eden v0.0.4)

Link to this section Summary

Link to this section Types

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

error_reason()

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

Link to this section Functions

@spec adapter() :: module()
@spec domain() :: String.t()
@spec get(request()) :: result()
@spec protocol() :: String.t()
@spec send(request()) :: result()