Expand description

This is the products module accessible from the crate folder. It contains all information related to Minehut products.

This module provides functions for:

  • Retrieving all products from Minehut.
  • Filtering Minehut products.
  • Getting products by name or searching for it.

Enums

Products can be of 9 different types, this enumerates those specific types for later.

Functions

Gets all products from Minehut asynchronously.

Gets all products of a specific category asynchronously.

Returns all products which contain a specific name in their title.