pub async fn repo_create_branch(
configuration: &Configuration,
owner: &str,
repo: &str,
body: Option<CreateBranchRepoOption>,
) -> Result<Branch, Error<RepoCreateBranchError>>
pub async fn repo_create_branch(
configuration: &Configuration,
owner: &str,
repo: &str,
body: Option<CreateBranchRepoOption>,
) -> Result<Branch, Error<RepoCreateBranchError>>