ExMagicEden.CollectionListings.Index (ex_magic_eden v0.0.2)

Link to this section Summary

Link to this section Types

Link to this type

collection()

@type collection() :: ExMagicEden.CollectionListing.t()
Link to this type

error_reason()

@type error_reason() :: :parse_result_item | String.t()
@type params() :: %{
  optional(:offset) => non_neg_integer(),
  optional(:limit) => non_neg_integer()
}
@type result() :: {:ok, [collection()]} | {:error, error_reason()}
@type symbol() :: String.t()

Link to this section Functions

Link to this function

get(symbol, params \\ %{})

@spec get(symbol(), params()) :: result()