https://github.com/gorilla-devs/ferinth
A simple Rust wrapper for the official Modrinth API
https://github.com/gorilla-devs/ferinth
api-bindings asynchronous minecraft minecraft-modding modrinth modrinth-api rest-api
Last synced: 10 days ago
JSON representation
A simple Rust wrapper for the official Modrinth API
- Host: GitHub
- URL: https://github.com/gorilla-devs/ferinth
- Owner: gorilla-devs
- License: mit
- Created: 2021-11-01T05:16:52.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-10-02T12:03:23.000Z (7 months ago)
- Last Synced: 2025-03-29T15:07:31.819Z (17 days ago)
- Topics: api-bindings, asynchronous, minecraft, minecraft-modding, modrinth, modrinth-api, rest-api
- Language: Rust
- Homepage: https://lib.rs/crates/ferinth
- Size: 166 KB
- Stars: 36
- Watchers: 3
- Forks: 10
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.txt
Awesome Lists containing this project
- awesome - gorilla-devs/ferinth - A simple Rust wrapper for the official Modrinth API (Libraries)
README
# Ferinth
[](https://www.rust-lang.org)
[](https://github.com/gorilla-devs/ferinth)
[](https://github.com/gorilla-devs/ferinth/blob/master/LICENSE.txt)
[](https://crates.io/crates/ferinth)
[](https://docs.rs/ferinth)Ferinth is a simple library for using the [Modrinth REST API](https://docs.modrinth.com/api) in Rust.
It uses [reqwest](https://docs.rs/reqwest) for sending requests and deserialising responses to strongly typed structs using [Serde](https://serde.rs).## Features
- Strongly typed structures for API responses
- Useful examples in the method documentations
- Implementations for the following API calls
- TODO## Missing Features
- Requests that require large body data
- Better organisation of API calls