Skip to main content

execute_openapi

Function execute_openapi 

Source
pub fn execute_openapi(
    parsed: &ParsedToolArgs,
    base_url: &str,
    auth_headers: &[(String, String)],
    opts: &OutputOptions,
) -> Result<()>