Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 869 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 869 Bytes

Seraph Helper Functions Module

This Go module provides a collection of utility and helper functions that simplify tasks commonly used in Hypixel Bedwars focused Fiber APIs.

Features

  • Caching: Functions to handle caching using redis based libraries.
  • Error Handling: Helper functions to streamline error handling.
  • Cubelify Builders: Functions to help build a standard Cubelify response.
  • Minecraft Utilities: Provides simple Minecraft utilities.
  • Validation: Helper functions to validate inputs such as uuids.

Installation

To install the module in your Go project, run:

go get github.com/SeraphMC/seraph-api-helpers

License

This project is licensed under the MIT License - view the LICENSE file for more information.