Tim Galvin
11/23/2022, 7:47 AMMathijs Carlu
11/23/2022, 8:05 AMasync with OrionClient(API_URL) as client:
result = await client.hello()
result2 = await client.api_healthcheck()
Tim Galvin
11/23/2022, 8:07 AMhello
check available on the REST api side of things. Having a CLI entry point for this as a straight up test (say in a bash script where we test against an exit code) would be stellarPeyton Runyan
11/24/2022, 3:24 PMprefect cloud hello
and prefect orion hello
could be reasonable additionsTim Galvin
11/25/2022, 2:52 AM