feat: add joomla_extensions_list_installed tool #12
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
List installed extensions with version, type, status.
GET /api/index.php/v1/extensions
Filters: type (plugin/module/component), search term, enabled status.
Used for checking what's installed on a site.
Test Results
joomla_health_check (#9)
/?mokowaas=healthon waas.dev.mokoconsulting.tech{"status": "error"}(401 without valid token = endpoint working)joomla_heartbeat_status (#10)
joomla_extensions_list (#12)
joomla_system_info (#13)
All tools compiled without errors (
npm run buildpassed).