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