fetch_rawg_metadata

Function fetch_rawg_metadata 

Source
pub async fn fetch_rawg_metadata(
    api_key: &str,
    name: &str,
    cache_conn: &Connection,
) -> Option<GameDetails>
Expand description

Busca metadados RAWG com cache

Esta função é compartilhada entre enrichment e covers para buscar informações de jogos na API RAWG com suporte a cache SQLite.