Files
board-mate/api-customer/api-resources/game-components/.openapi-generator/FILES
2026-01-01 15:37:20 +01:00

40 lines
942 B
Plaintext

.github/workflows/python.yml
.gitignore
.gitlab-ci.yml
.openapi-generator-ignore
.travis.yml
README.md
board_mate/__init__.py
board_mate/game/__init__.py
board_mate/game/api/__init__.py
board_mate/game/api/game_api.py
board_mate/game/api_client.py
board_mate/game/api_response.py
board_mate/game/configuration.py
board_mate/game/exceptions.py
board_mate/game/models/__init__.py
board_mate/game/models/game_dto.py
board_mate/game/models/move_dto.py
board_mate/game/models/response_body_game_dto.py
board_mate/game/models/response_body_string.py
board_mate/game/py.typed
board_mate/game/rest.py
docs/GameApi.md
docs/GameDto.md
docs/MoveDto.md
docs/ResponseBodyGameDto.md
docs/ResponseBodyString.md
git_push.sh
pyproject.toml
requirements.txt
setup.cfg
setup.py
test-requirements.txt
test/__init__.py
test/test_game_api.py
test/test_game_dto.py
test/test_move_dto.py
test/test_response_body_game_dto.py
test/test_response_body_string.py
tox.ini