Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
Last synced: 6 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 (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-10-02T12:03:23.000Z (3 months ago)
- Last Synced: 2024-12-15T19:10:58.519Z (13 days ago)
- Topics: api-bindings, asynchronous, minecraft, minecraft-modding, modrinth
- Language: Rust
- Homepage: https://crates.io/crates/ferinth
- Size: 166 KB
- Stars: 35
- 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
Ferinth provides Rust API bindings for the [Modrinth API](https://docs.modrinth.com)
## Missing Features
- Requests that require large body data
- Better organisation of API calls## Versioning
The major version of this crate's version directly corresponds to the Modrinth API version it uses.
If you want to use the Modrinth API version 2, which is the latest one currently, specify this crate's major version as `2`.Due to this feature, there will be breaking changes in minor version bumps too!