fetchBranches

abstract fun fetchBranches(repositoryId: String): Promise<Array<String>>

Fetch existing branches for a given repository from the model server.

Parameters

repositoryId

Repository ID to fetch branches from.