benweier / blizzard.js

A promise-based Node.JS library for the Blizzard Battle.net Community Platform API
MIT License
146 stars 29 forks source link

Does this library support Classic Auction Data? #166

Closed cosileone closed 1 year ago

cosileone commented 1 year ago

Looks like blizzard added support for Auction House data in the classic game data APIs at some point.

Does this library support those endpoints yet?

benweier commented 1 year ago

Thanks for letting me know @cosileone 😄 I'll look into these docs and update if necessary

benweier commented 1 year ago

Hi @cosileone I have published 4.4.0 which includes the Classic WoW Auction House method.

classic.auctionHouse({ realm: 123 })
classic.auctionHouse({ realm: 123, auctionHouse: 2 })
cosileone commented 1 year ago

Awesome, thank you very much for being active on this project! It is very much appreciated