This commit is contained in:
2025-12-14 19:03:56 +01:00
parent 43264d5e2e
commit 79fb2aea38

View File

@@ -6,11 +6,11 @@ from board_mate_client.models.game_dto import GameDto
if __name__ == "__main__": if __name__ == "__main__":
config = Configuration( config = Configuration(
host="https://192.168.15.160/" host="http://192.168.15.120:8000"
) )
with ApiClient(config) as client: with ApiClient(config) as client:
api = DefaultApi(client) api = DefaultApi(client)
response = api.retrieve_games() response = api.retrieve_games("693eebe727f9ffb33360fa38")
print(response) print(response)