Skip to main content

load_openapi_spec

Function load_openapi_spec 

Source
pub fn load_openapi_spec(
    source: &str,
    auth_headers: &[(String, String)],
    cache_key: Option<&str>,
    ttl: Option<u64>,
    refresh: bool,
) -> Result<Value>