Installation

  1. Replacing the API URL

    Replace the CurseForge API url with the Curse.tools API url in your project

    myproject.go
                                            
                                                
                                                    
                                                    var apiURL := "https://api.curseforge.com/v1"
                                                
                                                     var apiURL := "https://api.curse.tools/v1/cf"