Function steamidfx::services::get_steamco_profile_url[][src]

pub fn get_steamco_profile_url(id: &Id) -> Result<String>

Creates a URL which can be used to perform an http request for getting steam account information by steam id.

Errors

Throws crate::error::Error if it was impossible to extract the steam id 64 from the passed steam id object.