PlatformEndpoints

interface PlatformEndpoints : GatewayEndpoint, GetRunsEndpoint

Inheritors

Functions

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