sculkr 0.1.4

Companion CLI for packwiz - generate modlists and track Minecraft modpack changes
1
2
3
4
5
6
7
pub const MODRINTH_API: &str = "https://api.modrinth.com/v2";
/// Organizations are exposed only on v3, which Modrinth documents as unstable
/// and subject to change -- so it is used for that one lookup and nothing else,
/// and a failure there degrades to a warning rather than an error.
pub const MODRINTH_API_V3: &str = "https://api.modrinth.com/v3";
pub const CURSEFORGE_API: &str = "https://api.curseforge.com/v1";
pub const USER_AGENT: &str = "sculkr/user-agent-string@1.0.0";