bw-web-api-rs 0.2.8

A Rust client for the StarCraft: Remastered API
Documentation
1
2
3
4
5
#[derive(Clone)]
pub struct ApiConfig {
    pub api_key: Option<String>,
    pub base_url: String,
}