Skip to main content

fetch_github_raw

Function fetch_github_raw 

Source
pub fn fetch_github_raw(
    client: &Client,
    repo: &GitHubRepo,
    tag: &str,
    path: &str,
) -> Result<String>
Expand description

Fetch a raw file from a GitHub repo at a given tag.