added some test code and python script for openapi generation

This commit is contained in:
vabene1111
2024-09-23 14:05:27 +02:00
parent 12e0c7fd7b
commit fc567d2fbb
5 changed files with 218 additions and 2 deletions

View File

@@ -2,6 +2,6 @@
"$schema": "./node_modules/@openapitools/openapi-generator-cli/config.schema.json",
"spaces": 2,
"generator-cli": {
"version": "7.4.0"
"version": "7.8.0"
}
}