until Last
fun <M : PenicillinCursorModel<T>, T : Any> CursorJsonObjectApiAction<M, T>.untilLast(vararg options: Option): Flow<T>
Content copied to clipboard
fun <M : PenicillinCursorModel<T>, T : Any> CursorJsonObjectResponse<M, T>.untilLast(vararg options: Option): Flow<T>
Content copied to clipboard
Retrieves all the responses with current ApiAction.
Parameters
options
options Optional. Custom parameters of this request.
fun JsonArrayApiAction<Status>.untilLast(count: Int = 200, vararg options: Option): Flow<Status>
Content copied to clipboard
Retrieves all the statuses until last from current action. This operation is sequence.
Parameters
count
max statuses count.
options
Optional. Custom parameters of this request.