No description
Find a file
2026-02-02 10:44:05 +01:00
.github build: Use vendor-bin for psalm and cs-fixer 2026-01-26 07:03:45 +01:00
appinfo build: Require Nextcloud 32 2026-01-26 07:03:45 +01:00
docs docs: Update screenshot 2025-01-06 12:17:27 +01:00
img Initial commit 2023-04-11 15:45:48 +02:00
lib build: Require Nextcloud 32 2026-01-26 07:03:45 +01:00
LICENSES docs(reuse): Add SPDX header 2024-12-22 20:05:23 +01:00
src feat(swagger): Enable request snippets 2025-09-16 09:07:56 +02:00
templates feat: no iframe, use swagger-ui component 2024-11-05 13:13:42 +01:00
tests chore(deps-dev): bump psalm/phar from 5.26.1 to 6.5.1 2025-02-17 09:18:18 +01:00
vendor-bin chore(deps-dev): bump vimeo/psalm in /vendor-bin/psalm 2026-01-31 02:10:20 +00:00
.eslintrc.js docs(reuse): Add SPDX header 2024-12-22 20:05:23 +01:00
.gitignore build: Require Nextcloud 32 2026-01-26 07:03:45 +01:00
.nextcloudignore docs(reuse): Add SPDX header 2024-12-22 20:05:23 +01:00
.php-cs-fixer.dist.php build: Use vendor-bin for psalm and cs-fixer 2026-01-26 07:03:45 +01:00
babel.config.js Initial commit 2023-04-11 15:45:48 +02:00
CHANGELOG.md build: Require Nextcloud 32 2026-01-26 07:03:45 +01:00
composer.json chore(deps): bump bamarni/composer-bin-plugin from 1.8.3 to 1.9.0 2026-01-31 02:10:05 +00:00
composer.lock Merge pull request #164 from nextcloud/dependabot/composer/bamarni/composer-bin-plugin-1.9.0 2026-02-02 10:44:05 +01:00
krankerl.toml docs(reuse): Add SPDX header 2024-12-22 20:05:23 +01:00
Makefile add npm ci before build in makefile 2024-01-26 10:27:03 +01:00
package-lock.json fix(deps): Fix npm audit 2026-02-01 04:09:41 +00:00
package.json build: update node and npm engines versions 2025-11-05 18:15:19 +00:00
psalm.xml build: Use vendor-bin for psalm and cs-fixer 2026-01-26 07:03:45 +01:00
README.md docs(readme): Add reuse badge 2024-12-22 20:05:24 +01:00
REUSE.toml build: Use vendor-bin for psalm and cs-fixer 2026-01-26 07:03:45 +01:00
stylelint.config.js Initial commit 2023-04-11 15:45:48 +02:00
webpack.config.js feat: no iframe, use swagger-ui component 2024-11-05 13:13:42 +01:00

OCS API Viewer

REUSE status

This app can be used to view the OCS API specifications for any of the installed apps on your Nextcloud server.
Internally it relies on OpenAPI specifications that are distributed with the apps, so only apps that ship with an openapi.json file are supported.