Package com.github.reviversmc.themodindex.api.downloader

Types

Link copied to clipboard
interface ApiDownloader

The downloader for accessing the-mod-index, or similarly structured indexes.

Link copied to clipboard
class DefaultApiDownloader @JvmOverloads constructor(    baseUrl: String = "https://raw.githubusercontent.com/ReviversMC/the-mod-index/v5/mods/",     okHttpClient: OkHttpClient = OkHttpClient.Builder().build(),     json: Json = Json { ignoreUnknownKeys = true prettyPrint = true }) : ApiDownloader

The default implementation of DefaultApiDownloader

Link copied to clipboard
interface IndexApiCall