Function fetch

Source
pub async fn fetch(
    type_: &str,
    id: &str,
) -> Result<(String, String), Box<dyn Error>>