Package-level declarations

Inherited functions

Link copied to clipboard
@JvmName(name = "listBranchesResponseBranchName")
fun Flow<ListBranchesResponse>.branches(): Flow<String>

This paginator transforms the flow returned by listBranchesPaginated to access the nested member BranchName

Link copied to clipboard
@JvmName(name = "listRepositoriesResponseRepositoryNameIdPair")
fun Flow<ListRepositoriesResponse>.repositories(): Flow<RepositoryNameIdPair>

This paginator transforms the flow returned by listRepositoriesPaginated to access the nested member RepositoryNameIdPair