Riven icon indicating copy to clipboard operation
Riven copied to clipboard

Riot API Library for Rust

Results 11 Riven issues
Sort by recently updated
recently updated
newest added

https://twitter.com/RiotGamesDevRel/status/1542196592387584000

Same as https://github.com/MingweiSamuel/Camille/issues/65 https://github.com/RiotGames/developer-relations/issues/574

enhancement

Some structures like `Match` derive `serde::Serialize` and `serde::Deserialize` for parsing purpose but a few enums don't. Is there a reason? For example, I would like to create a serializable structure...

enhancement
question

I just stumbled upon [EnumVariantNames](https://docs.rs/strum/0.22.0/strum/derive.EnumVariantNames.html) which can be used to create a static list of an enum variant. I think it would be nice to use it for the constant...

enhancement

Allow users to set the rate limit factor per method, Ex. you could set "account-v1.getByPuuid" to have a usage factor of 0.5 which would mean that it would use up...

enhancement

As the title says, is there a way for me to see what my current rate limit usage is, if I have 10 requests left or if I have to...

enhancement

Rate limiting is tracked per-region per-method, but RSO endpoints rate limit per-access token? Maybe