pub async fn repo_create_file(
configuration: &Configuration,
owner: &str,
repo: &str,
filepath: &str,
body: CreateFileOptions,
) -> Result<FileResponse, Error<RepoCreateFileError>>
pub async fn repo_create_file(
configuration: &Configuration,
owner: &str,
repo: &str,
filepath: &str,
body: CreateFileOptions,
) -> Result<FileResponse, Error<RepoCreateFileError>>