WoW API Elixir v0.2.3 WowCommunityApi.Auction View Source
Auction APIs currently provide rolling batches of data about current auctions. Fetching auction dumps is a two-step process that involves checking a per-realm index file to determine if a recent dump has been generated and then fetching the most recently generated dump file (if necessary). This API resource provides a per-realm list of recently generated auction house data dumps.
Link to this section Summary
Functions
Gets all auctions for given realm
Link to this section Types
Link to this type
realm()
View Source
realm()
View Source
realm() :: String.t()
realm() :: String.t()
Name of the realm.
Link to this type
use_cache()
View Source
use_cache()
View Source
use_cache() :: boolean()
use_cache() :: boolean()
Use cached data, or fetch and store if not in cache.
Link to this section Functions
Link to this function
get_all_auctions_for_realm!(realm, cache \\ true) View Source
Gets all auctions for given realm.