Function repos_slash_list_branches

Source
pub async fn repos_slash_list_branches(
    configuration: &Configuration,
    owner: &str,
    repo: &str,
    protected: Option<bool>,
    per_page: Option<i32>,
    page: Option<i32>,
) -> Result<Vec<ShortBranch>, Error<ReposSlashListBranchesError>>
Expand description