Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/caelunshun/mojang-api-rs

Rust library for interfacing with the Mojang API
https://github.com/caelunshun/mojang-api-rs

minecraft mojang-api rust

Last synced: 10 days ago
JSON representation

Rust library for interfacing with the Mojang API

Awesome Lists containing this project

README

        

### mojang-api
![Documentation](https://docs.rs/mojang-api/badge.svg)
[![crates.io](https://meritbadge.herokuapp.com/mojang-api)](https://crates.io/crates/mojang-api)

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.