ESP32 now publishes on broker
This commit is contained in:
38
rpi/api-resources/board_mate_client/.openapi-generator/FILES
Normal file
38
rpi/api-resources/board_mate_client/.openapi-generator/FILES
Normal file
@@ -0,0 +1,38 @@
|
||||
.github/workflows/python.yml
|
||||
.gitignore
|
||||
.gitlab-ci.yml
|
||||
.openapi-generator-ignore
|
||||
.travis.yml
|
||||
README.md
|
||||
docs/DefaultApi.md
|
||||
docs/GameDto.md
|
||||
docs/MoveDto.md
|
||||
docs/ResponseBodyGameDto.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/game_dto.py
|
||||
openapi_client/models/move_dto.py
|
||||
openapi_client/models/response_body_game_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_default_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
|
||||
@@ -0,0 +1 @@
|
||||
7.5.0
|
||||
Reference in New Issue
Block a user