JeroenDeDauw / QueryrAPI

🖹 REST API for Wikibase data
https://wikibase.consulting
7 stars 0 forks source link

Optimize item data get endpoints #19

Open JeroenDeDauw opened 8 years ago

JeroenDeDauw commented 8 years ago

Right now they fetch the whole item, transform it to a whole "simple item", serialize it, and only return the relevant part of that. Especially for the endpoint only returning data for a single property, this is bad.