ExOpenSea.Collections.List (ex_open_sea v0.0.4)

Link to this section Summary

Link to this section Types

@type api_key() :: ExOpenSea.ApiKey.t()
Link to this type

collection()

@type collection() :: ExOpenSea.Collection.t()
Link to this type

error_reason()

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

Link to this section Functions

Link to this function

get(api_key, params \\ %{})

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