Skip to main content

build_steam_api_url

Function build_steam_api_url 

Source
pub fn build_steam_api_url(
    interface: &str,
    method: &str,
    version: &str,
    params_map: HashMap<String, String>,
) -> String
Expand description

Builds a https://api.steampowered.com/<interface>/<method>/<version>?<params> URL.