Crate irelia

source ·
Expand description

Irelia is an async set of bindings to the LCU API

Features are broken down as follows:

  • in_game: Allows connections to the in_game API, return types are auto generated
  • rest: Allows connections to the LCU rest API, providing basic get/post functionality
  • ws: Allows connections to the LCU websocket API, providing all functionality needed

Re-exports§

Modules§

  • Module for the LoL in_game API, docs have been copied from their official counterparts
  • This is a module for the League replay API, it’s still WIP, and documentation is done on a best effort basis
  • Module containing all the data for the rest LCU bindings
  • Module containing all the data on the websocket LCU bindings

Structs§

  • Struct that represents any connection to the in game or rest APIs, this client has to be constructed and then passed to the clients

Enums§

  • Errors that can be produced by the LCU API