Crate lol_game_client_api[][src]

Re-exports

pub extern crate async_trait;

Modules

Module containing all the necessary code to request https://127.0.0.1:2999/liveclientdata/ endpoints. The official documentation can be found at [https://developer.riotgames.com/docs/lol#game-client-api]

Module containing all the structures that can be deserialized from the https://127.0.0.1:2999/liveclientdata/ endpoint.

Macros

Functions

Take an event listener, and start a tasks that will periodically list all new events, and pass them to the listener callbacks.