Ping
curl http://127.0.0.1:8080/pingfrom core_client import Client
client = Client(
base_url="http://127.0.0.1:8080"
)
client.login()
core_ping = client.ping()
print(core_ping)Last updated
Was this helpful?
curl http://127.0.0.1:8080/pingfrom core_client import Client
client = Client(
base_url="http://127.0.0.1:8080"
)
client.login()
core_ping = client.ping()
print(core_ping)Last updated
Was this helpful?
Was this helpful?