Function get_github_releases

Source
pub async fn get_github_releases(
    owner: &str,
    repo: &str,
    client: &Client,
) -> Result<Vec<GithubRelease>>
Expand description

Get the list of releases for a GitHub project