pub struct RiotApiConfig<'a> { pub api_key: &'a str, pub retries: u8, }