ExOpenSea.Http.Client (ex_open_sea v0.0.7)

Link to this section Summary

Link to this section Types

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

error_reason()

@type request() :: ExOpenSea.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()