WoWCenter.pl
wikass zabił Mythrax the Unraveler (Normal Uldir) po raz 2.     
kuturin zdobył 7th Legionnaire's Cuffs.     
Nikandra spełnił kryterium Loot 200,000 gold osiągnięcia Got My Mind On My Money.     
Tooly zdobył Fairweather Helm.     
Muattin zdobył osiągnięcie The Dirty Five.     
Yoozku zdobył Parrotfeather Cloak.     
Mlody89 zdobył Royal Apothecary Drape.     
Weakness zabił Dazar, The First King (Mythic King's Rest) po raz 6.     
liq spełnił kryterium osiągnięcia Saving for a Rainy Day.     
Osiol spełnił kryterium osiągnięcia Saving for a Rainy Day.     
Wuntu zabił Zek'voz, Herald of N'zoth (Heroic Uldir) po raz 1.     
Olsa zabił Vectis (Heroic Uldir) po raz 6.     
Sarenus spełnił kryterium osiągnięcia Saving for a Rainy Day.     
kajtasus zdobył osiągnięcie Come Sail Away.     
ossir spełnił kryterium osiągnięcia Saving for a Rainy Day.     
mcpablo spełnił kryterium Alliance players slain. osiągnięcia Frontline Slayer.     
Emmm zabił Taloc (Heroic Uldir) po raz 17.     
AsaGorth spełnił kryterium Big-Mouth Clam osiągnięcia The Oceanographer.     

Question about AH data structure

blizz -> wysłany:
As per http://blizzard.github.com/api-wow-docs/#id3684038
"auctions": [
{
"auc": 500,
"item": 49284,
"owner": "Uther",
"bid": 150000,
"buyout": 450000,
"quantity": 11
}
]

Assuming 'auc' is the auction ID, there seems to be missing something pretty important. The auction's time left in the AH. I understand that the AH api is only a preview and that it's not live yet but I wanted to point it out now as time left is quite important.

Thanks!
blizz -> wysłany:

As per http://blizzard.github.com/api-wow-docs/#id3684038
"auctions": [
{
"auc": 500,
"item": 49284,
"owner": "Uther",
"bid": 150000,
"buyout": 450000,
"quantity": 11
}
]

Assuming 'auc' is the auction ID, there seems to be missing something pretty important. The auction's time left in the AH. I understand that the AH api is only a preview and that it's not live yet but I wanted to point it out now as time left is quite important.

Thanks!



Yes, we will definitely have the time left as a part of this structure. I'll be sure to have the documentation updated when the AH data API resources are public.