Function repo_get_contents

Source
pub async fn repo_get_contents(
    configuration: &Configuration,
    owner: &str,
    repo: &str,
    filepath: &str,
    ref: Option<&str>,
) -> Result<ContentsResponse, Error<RepoGetContentsError>>