Crate ferinth

Source
Expand description

§Ferinth

Ferinth provides Rust API bindings for the Modrinth API

§Missing Features

  • Search functionality
  • 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!

Modules§

structures
Models specified in the Modrinth documentation

Structs§

Authenticated
Ferinth
An instance of the API to invoke API calls on

Enums§

Error

Statics§

API_BASE_URL
The base URL for the current version of the Modrinth API
BASE_URL
The base URL for the Modrinth API

Functions§

check_id_slug
Verify that the inputs are Modrinth ID or slug compliant
check_sha1_hash
Verify that the given inputs are SHA1 compliant

Type Aliases§

Result