User Tools

Site Tools


modpack:endpoints

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
modpack:endpoints [2019/01/12 11:27] – added maven-metadata.xml asiemodpack:endpoints [2019/05/04 20:26] – Add some basic info about the meta api. modmuss50
Line 46: Line 46:
   * Fabric Loader: [[https://maven.fabricmc.net/net/fabricmc/fabric-loader/maven-metadata.xml]]   * Fabric Loader: [[https://maven.fabricmc.net/net/fabricmc/fabric-loader/maven-metadata.xml]]
   * Yarn: [[https://maven.fabricmc.net/net/fabricmc/yarn/maven-metadata.xml]]   * Yarn: [[https://maven.fabricmc.net/net/fabricmc/yarn/maven-metadata.xml]]
 +
 +==== Fabric Meta API ====
 +
 +A http json api is provided to allow lookup of fabric versions for a specific minecraft version, among other things.
 +
 +See the documentation on the [[https://github.com/FabricMC/fabric-meta|github page]], the api service is hosted at [[https://meta.fabricmc.net/|https://meta.fabricmc.net/]] .
 +
 +If you find something missing from the meta service open an issue on github for it to be evaluated.