Now that we have the items API, I tried to fetch a recipe.
My example was the Plans: Arcanite Reaper (Ho!!):
http://us.battle.net/api/wow/item/12838
But looking at the information, there's nothing in there about the materials that the recipe needs to make the item.
In fact, there's no reference to the created item at all! Arcanite Reaper
There is a reference to a spell, 16994, and the Arcanite Reaper data refers to spell 16994, but 16994 is not an item, (Duskwing Gloves). I guess the plans items teaches the spell, and the spell is what creates the new item, so, I assume maybe the spell has the mats associated with it.
Is that going to be made available? Some way to derive the mats for a crafted item?
Right now the top 5 priorities are:
|
|
I'm looking into creating a hash of character profiles and including them in membership listings like with guilds and arena teams. That way developers can store the hash and upon subsequent requests compare the old hash and new hash to help decide if a character needs to be fetched. |
|
Yes, stats (character and guild) and complex item attributes (like random enchants, etc) are in the top 10. |
|
That is the idea. Character profile blocks, guild membership records and arena team membership records would contain this hash that would be used to not just make cache hits, but to avoid making requests altogether. |