Module Update Feed

Is there an automated way to keep up with module updates? The Omeka site has an RSS feed, but that doesn’t pull in module updates. What I’m imagining would be like being on the notifications streams for all the repositories for the modules, but only for releases.

(Apologies if this has been raised and answered before, but searching got me no results.)

Hi @triplingual ,

There’s this JSON endpoint:

https://omeka.org/add-ons/json/s_module.json
1 Like

Awesome! Is there a list of theese endpoints somewhere?

Thanks so much, @fackrellj !

Short of an authoritative answer, I did find some by looking in the GitHub org:

Escaped, so the URL is visible: \https://github.com/search?q=org%3Aomeka+add-ons%2Fjson%2F&type=code

Thanks for the link triplingual!

The addons directory creates JSON listings of the addons and their versions at these URLs:

  • https://omeka.org/add-ons/json/s_module.json
  • https://omeka.org/add-ons/json/s_theme.json
  • https://omeka.org/add-ons/json/classic_plugin.json
  • https://omeka.org/add-ons/json/classic_theme.json
1 Like