Plugins fetcher

Local plugins ::: local_pluginsfetcher
Maintained by Adrian Perez Rodriguez, FFHS (Fernfachhochschule Schweiz), Sascha Vogel, Christoph Karlen
This plugin retrieves information about installed plugins.
Latest release:
27 sites
93 downloads
7 fans
Current versions available: 7

This plugin allows to share information about installed plugins and software versions via a secure Moodle webservice endpoint.

Please see README file for details about the usage and features of this plugin.

Screenshots

Screenshot #0

Contributors

Adrian Perez Rodriguez (Lead maintainer)
FFHS (Fernfachhochschule Schweiz)
Christoph Karlen
Please login to view contributors details and/or to contact them

Comments

Show comments
  • Plugins bot
    Fri, 11 Oct 2019, 2:30 AM
    Approval issue created: CONTRIB-7868
  • Alejandro Ríos
    Thu, 19 May 2022, 3:14 AM
    How do I get the screenshot that's displayed here? I have already installed the plugin, enabled external services, created the token and so on so forth. How do I generate the file?
  • Sascha Vogel
    Thu, 19 May 2022, 2:33 PM
    Hi @Alejandro Ríos
    You should see a new web service "local_pluginsfetcher_get_information" under https://[yourmoodle]/admin/webservice/documentation.php.
    You can use e.g. Postman, CURL or simply a Browser to call https://[yourmoodle]/webservice/rest/server.php?wstoken=[yourtoken]&wsfunction=local_pluginsfetcher_get_information&moodlewsrestformat=json and get a json list of your plugins.
    We use that for get an overview of plugins and versions on all our moodle platforms.
Please login to post comments