Package com. github. reviversmc. themodindex. api. downloader
Types
Link copied to clipboard
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
Content copied to clipboard
The default implementation of DefaultApiDownloader
Link copied to clipboard