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

Create list of all possible types and syntaxes #66

Open provokateurin opened 10 months ago

provokateurin commented 10 months ago

To ensure users don't run into problems this tool should cover all possible types and syntaxes. This is not the case so far, so a list of all possible types and syntaxes should be created. Afterwards the missing types and syntaxes should be implemented. The list can probably be compiled by reading through the psalm and phpdocumentor docs.

provokateurin commented 9 months ago

All missing syntaxes and types should be implemented and tested, but for the ones we already implement it needs to be ensured that they are tested as well. Might be time for setting up coverage checking when running on the test app.