LivePipeline

class LivePipeline(val client: ApiClient) : Endpoint

Collection of api endpoints related to Live Pipeline API.

See also

Parameters

client

Current ApiClient instance.

Constructors

Link copied to clipboard
fun LivePipeline(client: ApiClient)

Creates new LivePipeline endpoint instance.

Properties

Link copied to clipboard
open override val client: ApiClient

Extensions

Link copied to clipboard
fun LivePipeline.event(ids: List<Long>, vararg options: Option): StreamApiAction<LivePipelineListener, LivePipelineHandler>

Undocumented endpoint.

Link copied to clipboard
fun LivePipeline.update(ids: List<Long>, vararg options: Option): JsonObjectApiAction<LivePipelineSubscription>

Undocumented endpoint.