mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-01-19 19:41:00 -05:00
* refactor some pkg/jmap and groupware methods to make more sense from an API point-of-view * add path parameter documentation, but automate it by injecting their definition into the OpenAPI YAML tree that is extracted from the source code using go-swagger as it is too cumbersome, repetitive and error-prine to document them in the source code; wrote a TypeScript file apidoc-process.ts to do so * add generating an offline HTML file for the OpenAPI documentation using redocly, and injecting a favicon into the resulting HTML; wrote a TypeScript file apidoc-postprocess-html.ts to do so
16 lines
422 B
JSON
16 lines
422 B
JSON
{
|
|
"dependencies": {
|
|
"@redocly/cli": "^2.0.8",
|
|
"@types/js-yaml": "^4.0.9",
|
|
"cheerio": "^1.1.2",
|
|
"js-yaml": "^4.1.0",
|
|
"ts-node": "^10.9.2",
|
|
"typescript": "^5.9.2"
|
|
},
|
|
"packageManager": "pnpm@10.15.1+sha512.34e538c329b5553014ca8e8f4535997f96180a1d0f614339357449935350d924e22f8614682191264ec33d1462ac21561aff97f6bb18065351c162c7e8f6de67",
|
|
"type": "module",
|
|
"devDependencies": {
|
|
"@types/node": "^24.3.1"
|
|
}
|
|
}
|