LogClient
Index
Methods
Methods
get
Retrieve the log as text.
Parameters
keyword-onlyraw: bool = False
Returns str | None
get_as_bytes
Retrieve the log as raw bytes.
Parameters
keyword-onlyraw: bool = False
Returns bytes | None
stream
Retrieve the log as a stream.
Parameters
keyword-onlyraw: bool = False
Returns Iterator[impit.Response | None]
Sub-client for manipulating logs.