Crate narwhalol

Source
Expand description

Fast and easy to use wrapper for League of Legends REST API and DDragon static data API.

Narwhalol bundles both Riot League of Legends and DDragon wrapper clients in itself.

Re-exports§

pub use api::LeagueClient;
pub use constants::LanguageCode;
pub use constants::RankedQueue;
pub use constants::Region;
pub use dto::api::*;
pub use dto::ddragon::*;

Modules§

api
Easy to use async riot api wrapper.
constants
ddragon
dto
error