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

feat: Support int ranges #40

Closed provokateurin closed 11 months ago

provokateurin commented 11 months ago

Implements all possible types from https://psalm.dev/docs/annotating_code/type_syntax/scalar_types/#int-range

Fixes https://github.com/nextcloud/openapi-extractor/issues/16