It would be really nice if the item API indicated which class the glyph was for.
For example (Glyph of Afterlife);
http://us.battle.net/api/wow/item/87891
This glyph is for monks however that's not shown anywhere other than the icon name, sniffing the icon name for the class name works however that's a bit hacky.
It would be really nice if the item API indicated which class the glyph was for. It's very possible we need to add more data, but in the link you posted I see: "allowableClasses":[10] Does that not work for what you need? |