pub fn latest_github_release(
    repo: &str,
    options: GithubReleaseOptions
) -> Result<GithubRelease, String>
Expand description

Gets the latest release for the given GitHub repository.