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

Types

Name of the realm

Use cached data, or fetch and store if not in cache

Link to this section Types

Name of the realm.

Link to this type

use_cache() View Source
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
get_all_auctions_for_realm!(realm(), use_cache()) :: [Auction.t()]

Gets all auctions for given realm.