Function steamgriddb_api::images::get_images_by_platform_ids_url[][src]

pub fn get_images_by_platform_ids_url(
    base_url: &str,
    platform: &Platform,
    game_ids: &[&str],
    config: &QueryType<'_>
) -> String
Expand description

Get an URL to request an image for each of the given platform ids.

Examples

use steamgriddb_api::images::*;
use steamgriddb_api::query_parameters::*;
let url = get_images_by_platform_ids_url("https://www.steamgriddb.com/api/v2", &Platform::Steam, &["107500", "107510"], &QueryType::Grid(None));