GitHubReleaseFetcher

class GitHubReleaseFetcher(owner: String, repo: String, httpClient: HttpClient = client)

Constructors

Link copied to clipboard
constructor(owner: String, repo: String, httpClient: HttpClient = client)

Functions

Link copied to clipboard
suspend fun getLatestRelease(): Release?

Fetches the latest release from the GitHub API using Ktor.