runeterra-game-api

Crates.ioruneterra-game-api
lib.rsruneterra-game-api
version0.1.0
sourcesrc
created_at2019-12-20 14:17:26.246453
updated_at2019-12-20 14:17:26.246453
descriptionLegends of Runeterra Game Client API
homepagehttps://github.com/iulianR/runeterra-deck-tracker/tree/master/runeterra-game-api
repositoryhttps://github.com/iulianR/runeterra-deck-tracker/tree/master/runeterra-game-api
max_upload_size
id190925
size53,400
Iulian Gabriel Radu (iulianR)

documentation

https://docs.rs/runeterra-game-api

README

Runeterra Game Client API

Proxy API for the Legends of Runeterra Game Client API

Examples

use runeterra_game_api::{Client, DEFAULT_PORT};
#[tokio::main]
async fn main() {
   let client = Client::new(DEFAULT_PORT);
   let result = client.get_static_decklist().await;
   dbg!(&result);
}
Commit count: 0

cargo fmt