-
-
Notifications
You must be signed in to change notification settings - Fork 0
API
https://solder.technicpack.net/api/
The /api endpoint is simply used to find out the current version of Solder that is installed.
Note: If you plan to develop a custom implementation of Solders API, please make sure to return a different name in the /api response. In the future the Platform may rely on this information being accurate.
https://solder.technicpack.net/api/mod/{modname}
Gives details about the mod and list of modversions
https://solder.technicpack.net/api/mod/{modname}/{modversion}
Gives the details about the file, solderpy will in the future also give a jar file
https://solder.technicpack.net/api/modpack/{slug}
Gives details about the modpack and available builds
https://solder.technicpack.net/api/modpack/{slug}/{build}
Gives the details about the build and the list of mods