add openapi-generated client
This commit is contained in:
47
generated/.openapi-generator/FILES
Normal file
47
generated/.openapi-generator/FILES
Normal file
@ -0,0 +1,47 @@
|
||||
.github/workflows/python.yml
|
||||
.gitignore
|
||||
.gitlab-ci.yml
|
||||
.openapi-generator-ignore
|
||||
.travis.yml
|
||||
README.md
|
||||
docs/DefaultApi.md
|
||||
docs/GameDecisionRequest.md
|
||||
docs/GameDecisionResponse.md
|
||||
docs/GameStartRequest.md
|
||||
docs/GameStartResponse.md
|
||||
docs/HTTPValidationError.md
|
||||
docs/ValidationError.md
|
||||
docs/ValidationErrorLocInner.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/game_decision_request.py
|
||||
openapi_client/models/game_decision_response.py
|
||||
openapi_client/models/game_start_request.py
|
||||
openapi_client/models/game_start_response.py
|
||||
openapi_client/models/http_validation_error.py
|
||||
openapi_client/models/validation_error.py
|
||||
openapi_client/models/validation_error_loc_inner.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_default_api.py
|
||||
test/test_game_decision_request.py
|
||||
test/test_game_decision_response.py
|
||||
test/test_game_start_request.py
|
||||
test/test_game_start_response.py
|
||||
test/test_http_validation_error.py
|
||||
test/test_validation_error.py
|
||||
test/test_validation_error_loc_inner.py
|
||||
tox.ini
|
Reference in New Issue
Block a user