Unofficial CurseForge API Wrapper, that helps you fetch information from CurseForge
!!! Still in beta (WIP)
- API/Non-API (proxy) usage
- All schemas from https://docs.curseforge.com/ with route to fetch data
- Fast and lightweight, using native Java 8 functions and Gson
- Free to use
- Include .jar file to your project
- Configure Request Manager to use your API token (if exists) and set (if necessary) alternative base url (default:
https://api.curseforge.com
) using methodsRequestManager.useApiKey(apiKey)
andRequestManager.setBaseUrl()
- Use
CFRequests
class with defined methods to fetch data from CurseForge API (the naming of methods are same that they named in documentation, example: getFeaturedMods)