TrailblazeLogServerClient

class TrailblazeLogServerClient(val httpClient: HttpClient, val baseUrl: String)

Constructors

Link copied to clipboard
constructor(httpClient: HttpClient, baseUrl: String)

Properties

Link copied to clipboard
Link copied to clipboard
val httpClient: HttpClient

Functions

Link copied to clipboard
suspend fun isServerRunning(): Boolean
Link copied to clipboard
suspend fun postAgentLog(log: TrailblazeLog): HttpResponse
Link copied to clipboard
suspend fun postScreenshot(screenshotFilename: String, sessionId: String, screenshotBytes: ByteArray): HttpResponse