finally
This commit is contained in:
@@ -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)
|
||||||
Reference in New Issue
Block a user