nextcloud / openapi-extractor

A tool for extracting OpenAPI specifications from Nextcloud source code
https://docs.nextcloud.com/server/latest/developer_manual/client_apis/OCS/ocs-openapi.html
GNU Affero General Public License v3.0
6 stars 2 forks source link

fix(ci): Test against all server apps #115

Closed provokateurin closed 5 months ago

provokateurin commented 5 months ago

Some apps might not have a spec with a default scope. The .noopenapi file was introduced to explicitly state that an app doesn't support OpenAPI and every other app is expected to support it.

provokateurin commented 5 months ago

But some apps only have a spec for the default scope and no full spec. This is just simpler and the same behavior as in server.