rubensayshi / gw2spidy

GW2Spidy - Guild Wars 2 Tradingpost Graphs
http://www.gw2spidy.com
231 stars 86 forks source link

inconsistency between wiki and result for recipe data #68

Closed tarte-tatin closed 11 years ago

tarte-tatin commented 12 years ago

The documentation says it will return this :

{ "data_id"
"name"
"result_count"
"result_item_data_id" "discipline_id"
"result_item_max_offer_unit_price" "result_item_min_sale_unit_price"
"crafting_cost"
}

but, in fact, data have this form :

{ "data_id"
"name"
"result_count"
"result_item_data_id" "discipline_id"
"result_item_max_offer_unit_price" "result_item_min_sale_unit_price"
"crafting_cost" "rating" <----- }

rubensayshi commented 11 years ago

thanks for reporting, I updated the docs since this was a column I added and want to keep