1
Fork 0
mirror of https://github.com/thegeneralist01/twitter-openapi synced 2026-03-07 12:39:54 +01:00
Signed-off-by: ふぁ <yuki@yuki0311.com>
This commit is contained in:
ふぁ 2025-05-02 01:57:51 +09:00
parent de523dc052
commit c7d323f781
No known key found for this signature in database
GPG key ID: 83A8A5E74872A8AA
12 changed files with 678 additions and 1112 deletions

1
.vscode/tasks.json vendored
View file

@ -24,6 +24,7 @@
"command": [
".venv/Scripts/activate;",
"python tools/build.py;",
"scoop reset temurin17-jdk;",
"java -jar openapi-generator-cli.jar generate -c test/python/openapi-generator-config.yaml -g python;",
"python -m pip install ./python_generated;"
]