Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/caelunshun/mojang-api-rs
- Owner: caelunshun
- License: apache-2.0
- Created: 2019-06-22T17:30:48.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-08-23T14:20:13.000Z (about 3 years ago)
- Last Synced: 2024-10-11T12:08:10.928Z (26 days ago)
- Topics: minecraft, mojang-api, rust
- Language: Rust
- Homepage: https://crates.io/crates/mojang-api
- Size: 53.7 KB
- Stars: 6
- Watchers: 1
- Forks: 7
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE.md
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.