TOM_RUS
25.04.2011, 06:17
https://gist.github.com/939982
- Sorting of auction house searches has been simplified so you can only
sort by one column, and automatic sub-sorts have been created for
those columns to be as useful as possible. In addition, sorting is
now done on the server so as you page thru results, items will appear
to be sorted across the entire results instead of just the page
you’re looking at.
GetAll
QueryAuctionItems([getAll]) -- Added a new boolean argument, setting it to true
will retrieve all auction house data (not just 50 items). This can only be used once
every 5 minutes. This is intended to reduce our load from add-ons such as auctioneer
that are going to download the entire auction house anyways
http://wowprogramming.com/forums/development/76
- Sorting of auction house searches has been simplified so you can only
sort by one column, and automatic sub-sorts have been created for
those columns to be as useful as possible. In addition, sorting is
now done on the server so as you page thru results, items will appear
to be sorted across the entire results instead of just the page
you’re looking at.
GetAll
QueryAuctionItems([getAll]) -- Added a new boolean argument, setting it to true
will retrieve all auction house data (not just 50 items). This can only be used once
every 5 minutes. This is intended to reduce our load from add-ons such as auctioneer
that are going to download the entire auction house anyways
http://wowprogramming.com/forums/development/76