Add open api generated components
This commit is contained in:
@@ -0,0 +1,32 @@
|
||||
.github/workflows/python.yml
|
||||
.gitignore
|
||||
.gitlab-ci.yml
|
||||
.openapi-generator-ignore
|
||||
.travis.yml
|
||||
README.md
|
||||
docs/ClientDto.md
|
||||
docs/DefaultApi.md
|
||||
docs/ResponseBodyString.md
|
||||
git_push.sh
|
||||
openapi_client/__init__.py
|
||||
openapi_client/api/__init__.py
|
||||
openapi_client/api/default_api.py
|
||||
openapi_client/api_client.py
|
||||
openapi_client/api_response.py
|
||||
openapi_client/configuration.py
|
||||
openapi_client/exceptions.py
|
||||
openapi_client/models/__init__.py
|
||||
openapi_client/models/client_dto.py
|
||||
openapi_client/models/response_body_string.py
|
||||
openapi_client/py.typed
|
||||
openapi_client/rest.py
|
||||
pyproject.toml
|
||||
requirements.txt
|
||||
setup.cfg
|
||||
setup.py
|
||||
test-requirements.txt
|
||||
test/__init__.py
|
||||
test/test_client_dto.py
|
||||
test/test_default_api.py
|
||||
test/test_response_body_string.py
|
||||
tox.ini
|
||||
@@ -0,0 +1 @@
|
||||
7.0.1
|
||||
Reference in New Issue
Block a user