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
7 stars 2 forks source link

refactor: Simplify OCS check #67

Closed provokateurin closed 10 months ago

provokateurin commented 10 months ago

The previous check was a bit complicated and could break in case the of extended Controller classes with different names. Relying on the key in the routes should always be save.