Skip to main content

get_cached_json

Function get_cached_json 

Source
pub async fn get_cached_json<T: DeserializeOwned>(
    ctx: &Ctx,
    provider: &str,
    cache_identity: &str,
    url: &str,
    headers: &[(String, String)],
) -> Result<T>