# 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