Function generate_openapi_spec

Source
pub async fn generate_openapi_spec(
    configuration: &Configuration,
    workspace: &str,
    generate_openapi_spec: Option<GenerateOpenapiSpec>,
) -> Result<String, Error<GenerateOpenapiSpecError>>