[][src]Function artifact_lib::get_all_card_sets

pub fn get_all_card_sets() -> Result<Vec<CardSet>, String>

This function will search the user's local cache for the card set data, if not found or out of date, will fetch updates from Valve's API and create and update the cached files. Once that process is complete, it will return a Vec of CardSets.