AigenticPlatformEndpoints

class AigenticPlatformEndpoints(basicAuth: Authentication.BasicAuth, apiUrl: PlatformApiUrl, engine: HttpClientEngine? = null) : PlatformEndpoints

Constructors

Link copied to clipboard
constructor(basicAuth: Authentication.BasicAuth, apiUrl: PlatformApiUrl, engine: HttpClientEngine? = null)

Functions

Link copied to clipboard
open suspend override fun gateway(request: GatewayEndpoint.Request<*>): GatewayEndpoint.Response<*>
Link copied to clipboard
open suspend override fun getRuns(request: GetRunsEndpoint.Request<*>): GetRunsEndpoint.Response<*>