pub fn extract_generated_client_metadata(
source_path: &str,
content: &str,
tracker: &mut ExtractionTracker,
) -> Result<Vec<GeneratedClientMetadata>, GeneratedClientError>Expand description
Extracts OpenAPI Generator public configuration and output manifests.
ยงErrors
Returns GeneratedClientError for unsupported paths, malformed JSON, or unsafe paths.