Function repo_create_file

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