Package-level declarations

Functions

Link copied to clipboard
fun <T> PaginationAction<T, *>.asFlow(): Flow<T>

Converts the pagination action to a Flow.

Link copied to clipboard
suspend fun <T> RestAction<T>.await(): T

Suspends until the REST request is finished and returns the result.

suspend fun <T> Task<T>.await(): T

Suspends until the gateway request is finished and returns the result.