freescout-support/Modules/ApiWebhooks/module.json
Rouie Ilustrisimo 309cac053a slack
2025-05-11 13:59:20 +08:00

26 lines
789 B
JSON

{
"name": "API and Webhooks",
"alias": "apiwebhooks",
"description": "Enable API and webhooks in two clicks!",
"version": "1.0.87",
"detailsUrl": "https://freescout.net/module/api-webhooks/",
"author": "FreeScout",
"authorUrl": "https://freescout.net",
"requiredAppVersion": "1.8.154",
"license": "AGPL-3.0",
"keywords": [],
"active": 0,
"order": 0,
"providers": [
"Modules\\ApiWebhooks\\Providers\\ApiWebhooksServiceProvider",
"\\Mpociot\\ApiDoc\\ApiDocGeneratorServiceProvider"
],
"aliases": {
"Webhook": "Modules\\ApiWebhooks\\Entities\\Webhook",
"ApiWebhooks": "Modules\\ApiWebhooks\\Providers\\ApiWebhooksServiceProvider"
},
"files": [
"start.php"
],
"requires": []
}