MC Service
Minecraft HTTP services wrapper for Rust.
Why?
To obtain or update data from a minecraft account, it is necessary to interact with its services through its rest api. With this library you can interact with the API in a simple way.
Prepare
You need to authenticate the user before using this library and get an access_token. You can use our authentication library for that.
Usage
use MinecraftAccount;
Contribution
Feel free to contribute to the development of the library.