Fucking tag

This commit is contained in:
2026-01-05 22:16:39 +01:00
parent 612f01af33
commit 69b008369d
18 changed files with 89 additions and 38 deletions

14
api-customer/open-api.md Normal file
View File

@@ -0,0 +1,14 @@
```bash
java -jar ./api-resources/openapi-generator-cli.jar \
generate -i "./api-resources/endpoint.yaml" \
-g python -o "./api-resources/endpoint-components" \
--package-name "package.endpoint
```
```bash
echo "file:./api-resources/mail-components" > requirements.txt
```
```bash
python -m pip install -r requirements.txt
```