get_content

Function get_content 

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