avivbiton / BlizzardApiReader

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

Adding Character and Guild APIs for WOW #55

Closed redmars27 closed 5 years ago

redmars27 commented 5 years ago

Adding WOW missing APIs, on Character and Guild. There are still a few more APIs missing, but this will allow 90% of the most needed ones.

I would like to merge CharacterGuild and Guild classes into only one but my knowledge on Json is not that good, Blizzard is returning on the same property (depending on how do you call it) two different types (an object and a string for guild or object and int for members)