pub async fn get_warframes_data(
configuration: &Configuration,
language: Language,
only: Option<&str>,
remove: Option<&str>,
accept_language: Option<Language>,
) -> Result<Vec<Warframe>, Error<GetWarframesDataError>>Expand description
Warframe stats and general information.