31 stable releases
| 1.6.1 | Apr 2, 2025 |
|---|---|
| 1.6.0 | Mar 31, 2025 |
| 1.5.15 | May 22, 2024 |
| 1.5.13 | Jan 26, 2024 |
| 1.0.3 | Mar 5, 2022 |
#389 in Games
290 downloads per month
Used in 2 crates
29KB
491 lines
Furse
Furse is a simple library for using the CurseForge REST API in Rust. It uses reqwest for sending requests and deserialising responses to strongly typed structs using Serde.
Features
- Strongly typed structures for API responses
- Useful examples in the method documentations
- Implementations for the following API calls
- Get mod by mod ID (official documentation)
- Get mods by mod IDs (official documentation)
- Get HTML description by mod ID (official documentation)
- Get all of the mod's files by mod ID (official documentation)
- Get file by mod ID and file ID (official documentation)
- Get files by file IDs (official documentation)
- Get file's HTML changelog by mod ID and file ID (official documentation)
- Get file's download URL by mod ID and file ID (official documentation)
- Get files that match the given fingerprints (official documentation)
Dependencies
~5–20MB
~203K SLoC