mirror of
https://gh.wpcy.net/https://github.com/rilustrisimo/freescout-support.git
synced 2026-04-27 14:12:23 +08:00
26 lines
789 B
JSON
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": []
|
|
}
|