API.say_hello#

API.say_hello(raise_on_status: bool = True) Optional[Response]#

Verify connectivity.

Parameters
raise_on_statusbool, optional

Raise exception if status code is not 200.

Returns
httpx.Response

The response object.