avivbiton / BlizzardApiReader

.Net Core library to handle Blizzard public APIs
MIT License
36 stars 36 forks source link

Add Wow Community APIs #3

Open avivbiton opened 6 years ago

avivbiton commented 6 years ago

The APis docs can be found here https://dev.battle.net/io-docs

redmars27 commented 5 years ago

Have you think about how to handle action house data? I might be able to contribute.

avivbiton commented 5 years ago

Not really, I didn't take an in-depth look into the WoW APIs since I am unable to test them anyway.
Does handling action house data require anything special we don't already handle? feel free to contribute and post a pull request when you're done. Thank you.

redmars27 commented 5 years ago

It seems you need to do two calls, one for checking the latest dump generated from the auction house and another one to actually download the dump. I am still learning how to work in open source way, but expect some pull requests from my side. Let me ask for forgiveness in advance if I do something wrong.

avivbiton commented 5 years ago

Alright, if you have any issues, feel free to ask.