Modrinth
object Modrinth
Functions
Link copied to clipboard
Single-project variant of getProjects
Link copied to clipboard
java.util.concurrent.CompletableFuture variant of getProject
Link copied to clipboard
Get a list of tech.aliorpse.mcutils.model.modrinth.project.ModrinthProject by their id/slug.
Link copied to clipboard
java.util.concurrent.CompletableFuture variant of getProjects.
Link copied to clipboard
Get a list of random tech.aliorpse.mcutils.model.modrinth.project.ModrinthProject.
Link copied to clipboard
java.util.concurrent.CompletableFuture] variant of getProjectsRandom.
Link copied to clipboard
suspend fun search(query: String, config: ModrinthSearchConfig.() -> Unit = {}): ModrinthSearchResponse
Search from Modrinth.
Link copied to clipboard
fun searchAsync(query: String, config: ModrinthSearchConfig.() -> Unit): CompletableFuture<ModrinthSearchResponse>
java.util.concurrent.CompletableFuture variant of search.