Page MenuHomePhabricator

Wikidata main API Labels Retrieval
Closed, ResolvedPublic

Description

As a WME Engineer i want to make available one endpoint that retrieves all metadata associated with a wikidata item/property labels

The endpoint will be /v2/wikidata/labels/{{identifier}} and shall return the payload available in S3.

TODO

  • Create handler for endpoint
  • Enhance/create wikidata router group with the correct endpoint
  • Unit tests
  • Integration tests Updated
  • Update values access file
  • Update WAF config

Acceptance Criteria

  • Endpoint available in DEV