Aurilion - A Rust library for easier interaction with Data Dragon
Aurilion is a small rust library that provides some useful functions to hep facilitate easier access to the Riot Games Data Dragon Web API.
Usage
Get started by adding the library to your project.
cargo add aurilion
Getting the data
At the time of writing, there are only four functions included:
get_versions()- To get all patch versions.get_all_champions()- To get brief information about all available champions.get_single_champion()- To get detailed information about a single champion.get_all_items()- To get detailed information about all items.
Example
An example of implementation of all the functions would be something like this:
async