Expand description
§Shaco
A wrapper for the League-Client and LoL-Ingame APIs
- RESTClient: A REST client for the League-Client(LCU) API
- LcuWebsocketClient: Subscription based Websocket API for the League-Client(LCU) API
- IngameClient: A REST client for the LoL-Ingame API
- EventStream: A wrapper around polling ingame events implementing the futures_util::Stream Trait
If you are looking for a Rust library for the Riot Games API see Riven
Modules§
- error
- Error types for the whole library
- ingame
- Contains the IngameClient and IngameClient
- model
- Contains all the type definitions for the data returned by the library
- rest
- Contains the RESTClient
- ws
- Contains the LcuWebsocketClient