rubensayshi / gw2spidy

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

inconsistency with Item Listings api and actual returned data #62

Closed czakuma closed 11 years ago

czakuma commented 12 years ago

In the item listing section of the public api sell-or-buy is one of the returned values. However in the actual call there is no sell-or-buy value. There is also a total while the api makes no mention of it. The documentation says it will return this. { "sell-or-buy" : "sell", "count" : 250, "page" : 1, "last_page" : 3, "results" : [ {

However it returns this { "count":250, "page":1, "last_page":10, "total":2338, "results":[{

rubensayshi commented 11 years ago

fixed, thanks for reporting :-)