pub fn openapi_spec_urls(api_root: &str) -> Vec<String>Expand description
URLs to try for the OpenAPI JSON document (scheme fallback and alternate paths).
api_root is an origin such as https://example.com (see resolve_openapi_root).
pub fn openapi_spec_urls(api_root: &str) -> Vec<String>URLs to try for the OpenAPI JSON document (scheme fallback and alternate paths).
api_root is an origin such as https://example.com (see resolve_openapi_root).