Page MenuHomePhabricator

Image APIS
Open, MediumPublic

Description

The code for reading images from repositories is in https://github.com/Wikidocumentaries/wikidocumentaries-topic-search-api

It is possible to add new repositories by imitating one of the functions in rest.js such as getImagesFromFinnaWithTitle and adding the result in var images = []; on line 1122 currently.

Here are the APIs in the pipeline for images, see the task tree for maps

  • Finna
  • Wikimedia Commons / Structured Data on Commons
  • Flickr / Flickr Commons
  • Europeana

These can be considered and are investigated

When there are more and more sources, it becomes essential to

  • make the code modular and // Done
  • perhaps create a API call creation / tweaking interface

Event Timeline

Susannaanas updated the task description. (Show Details)
Susannaanas updated the task description. (Show Details)
Susannaanas updated the task description. (Show Details)
Susannaanas updated the task description. (Show Details)
Susannaanas renamed this task from Add new APIs to Image APIS.May 23 2023, 6:21 AM
Susannaanas updated the task description. (Show Details)