JeroenDeDauw / QueryrAPI

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

Optimize description get endpoints #18

Open JeroenDeDauw opened 8 years ago

JeroenDeDauw commented 8 years ago

Currently the TermStore does not provide any description lookup services: JeroenDeDauw/TermStore#2

So implementation endpoint has to fetch the whole entity via the EntityStore, which is silly