Plugins fetcher

This plugin retrieves information about installed plugins.
Price option: Free

Supports Moodle 4.1-5.2 See all versions
Latest release: 1 month ago
Installations: 36
Downloads (last 90 days): 75

Frankenstyle name: local_pluginsfetcher
Local plugins

Comments

Comments are no longer open for new posts. Existing comments remain available to read.

Hi András
Thank you for your message. I contact you directly to get more info about this issue.
Hello,
I got error when trying to get plugins on one of my servers: &wsfunction=local_pluginsfetcher_get_info&type=mod&moodlewsrestformat=json
{"exception":"core\\exception\\invalid_response_exception","errorcode":"invalidresponse","message":"Invalid response value detected"}
If I change mod to something different it works. I guess one of the plugins with mod_ prefix got invalid value for realease. This needs a workaround in my opinion. Great plugin btw.
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.
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?
Approval issue created: CONTRIB-7868