mirror of
https://gh.wpcy.net/https://github.com/osoobe/freescout-api-extender.git
synced 2026-07-16 01:43:41 +08:00
26 lines
737 B
JSON
26 lines
737 B
JSON
{
|
|
"name": "Api Extender",
|
|
"alias": "apiextender",
|
|
"description": "This module adds the a public API for categories and articles from the Knowledge base, report and other modules",
|
|
"version": "1.0.0",
|
|
"detailsUrl": "https://github.com/osoobe/freescout-api-extender",
|
|
"author": "osoobe",
|
|
"authorUrl": "https://github.com/osoobe",
|
|
"requiredAppVersion": "1.8.7",
|
|
"license": "MIT",
|
|
"keywords": [
|
|
"knowledge",
|
|
"api"
|
|
],
|
|
"img": "https://raw.githubusercontent.com/osoobe/freescout-api-extender/main/Public/images/module.webp",
|
|
"active": 0,
|
|
"order": 0,
|
|
"providers": [
|
|
"Modules\\ApiExtender\\Providers\\ApiExtenderServiceProvider"
|
|
],
|
|
"aliases": {},
|
|
"files": [
|
|
"start.php"
|
|
],
|
|
"requires": []
|
|
}
|