Crate lol_game_client_api

Source

Re-exports§

pub extern crate async_trait;

Modules§

api
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]
event_listener
model
Module containing all the structures that can be deserialized from the https://127.0.0.1:2999/liveclientdata/ endpoint.

Macros§

api

Functions§

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