/mojang-api-rs

Rust library for interfacing with the Mojang API

Primary LanguageRustApache License 2.0Apache-2.0

mojang-api

Documentation crates.io

This crate offers a simple interface for utilizing the Mojang API. It utilizes experimental async/await syntax, allowing for clean, asynchronous requests.

Currently, the following mechanisms are supported:

  • Obtaining the "server hash" required for authenticating with Mojang.
  • Running server-side authentication of a client.

In the future, additional functionality will be added.