Skip to main content

load_openapi_spec_url

Function load_openapi_spec_url 

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

Load from URL with caching (uses blocking reqwest for simplicity in sync API).