Please can we have some greater levels of parity between the APIs provided for WoW Classic and WoW: BfA?
The URL endpoints are the same for each, with only the namespaces being different, but the differences between the two datasets are enormous.
To give a current example, right now I’m working with the Item API. Say I have an array of items and want to filter out any items that bind when picked up. I can do this with in the BfA namespace, as the API returns a property called “binding”, but this property isn’t returned in the Classic namespace.
It’s unbelievably frustrating that the endpoint returns much less data on the Classic namespace.
Thank you.