Page MenuHomePhabricator

Implement the values service
Closed, ResolvedPublic

Description

/valuesendpoint, should output the map between entity labels and identifiers. list of identifiers.

  • Use a caching mechanism for efficient response times, since the map is heavy to compute on the fly;
  • call https://www.wikidata.org/w/api.php?action=wbgetentities&ids=${QID}&props=labels to get the property label. Not needed, already implemented in the front end through getEntityLabel.