pub async fn repo_get_note( configuration: &Configuration, owner: &str, repo: &str, sha: &str, verification: Option<bool>, files: Option<bool>, ) -> Result<Note, Error<RepoGetNoteError>>