Page MenuHomePhabricator

Implement the datasets service
Closed, ResolvedPublic

Description

Should behave like datasets/all with an extra "user" key for each dataset.

Event Timeline

Hjfocs moved this task from Done to Upcoming on the Wikidata-primary-sources board.

Still need to add the user key: will have to change the SPARQL query behind

Hjfocs moved this task from Doing to Done on the Wikidata-primary-sources board.

The service now returns an array of JSON objects like:

[
  {
    "dataset" : "http://chuck-berry/new",
    "user": "http://www.wikidata.org/wiki/User:IMDataProvider"
  }
]