pub async fn get_content(
configuration: &Configuration,
repo_ref: &str,
path: &str,
git_ref: Option<&str>,
include_commit: Option<bool>,
) -> Result<RepoContentOutput, Error<GetContentError>>pub async fn get_content(
configuration: &Configuration,
repo_ref: &str,
path: &str,
git_ref: Option<&str>,
include_commit: Option<bool>,
) -> Result<RepoContentOutput, Error<GetContentError>>