Installation
Get started with Curse.tools
Curse.tools is a drop in replacement for the CurseForge API, it works by proxying your requests to the CurseForge API and caching the request and response to reduce the need to repeatedly hit the CurseForge API
If you are looking for the official CurseForge API documentation, you can find it here.
Installation
Replacing the API URL
Replace the CurseForge API url with the Curse.tools API url in your project
myproject.govar apiURL := "https://api.curseforge.com/v1" var apiURL := "https://api.curse.tools/v1/cf"