Table of Contents
Methods
- getCategories()
- getLoaders()
- getGameVersions()
- getLicenses()
- getLicenseById()
- getDonationPlatforms()
- getReportTypes()
- getProjectTypes()
- getSideTypes()
Methods
getCategories()
getCategories()
async
Get a list of categories on ModrinthReturns Response<Category[]>
ProjectTypes
Filter results by a specific Modrinth project typeEnum: ProjectTypes
getLoaders()
getLoaders()
async
Get a list of loaders on ModrinthReturns Response<Loader[]>
ProjectTypes
Filter results by a specific Modrinth project typeEnum: ProjectTypes
getGameVersions()
getGameVersions()
async
Get a list of Minecraft versions on ModrinthReturns Response<GameVersion[]>
GameVersionTypes
Filter results by a specific Minecraft version typeEnum: GameVersionTypes
getLicenses()
getLicenses()
async
Get a list of licenses on ModrinthReturns Response<PartialLicense[]>
getDonationPlatforms()
getDonationPlatforms()
async
Get a list of donation platforms on ModrinthReturns Response<DonationPlatform[]>
