pub fn fetch_github_raw( client: &Client, repo: &GitHubRepo, tag: &str, path: &str, ) -> Result<String>
Fetch a raw file from a GitHub repo at a given tag.