Skip to main content

github_get_file

Function github_get_file 

Source
pub async fn github_get_file(
    repo: &str,
    path: &str,
    ref_: Option<&str>,
) -> Result<String>