fabric-meta icon indicating copy to clipboard operation
fabric-meta copied to clipboard

Fabric Meta is a JSON-based HTTP api that can be used to query metadata about key Fabric projects.

Results 8 fabric-meta issues
Sort by recently updated
recently updated
newest added

## Note: There are no plans to remove or deprecated the V1 or V2 API's This issue is a place to discuss/track ideas for a V3 of the metadata API....

help wanted

Hey there I'm working on a little tool for modders and modpack makers. The tool is basically a launcher, but for servers (for local testing and debugging without a dev...

Very WIP, the goal of this PR is to the bring the current code base up to something that is more maintainable and less fragile.

Why pretty printing? ([ public static Gson GSON = new GsonBuilder().setPrettyPrinting().create();](https://github.com/FabricMC/fabric-meta/blob/c709c69359c96ba1473b583e6a559cbe88989f54/src/main/java/net/fabricmc/meta/web/WebServer.java#L32) I mean this is an api...that gets used by probably bots and not humans. It increases traffic and file...

Hello! I'm not sure whether this issue is related to the Fabric Meta project, but I think you'll be able to figure out where to redirect this. Currently, Fabric uses...

Add a `semver` entry to `v2/versions/game` and create a `v2/versions/game/:game_version` endpoint. Allows external tools to convert an MC version* to something semver compliant for parsing. Useful for tools such as...

Adds fabric-api to meta so that launchers such as MultiMC and potentially fabric-installer can provide an option to install fabric-api along with loader.

For some of the responses the meaning of `stable` is not described in the README (would be great if that was added), however for `/v2/versions/intermediary` and for `/v2/versions/yarn` it is,...