apis

@JvmName(name = "listApisResponseApi")
fun Flow<ListApisResponse>.apis(): Flow<Api>

This paginator transforms the flow returned by listApisPaginated to access the nested member Api

Return

A kotlinx.coroutines.flow.Flow that can collect Api