Skip to main content

Module openapi_generator

Module openapi_generator 

Source
Expand description

OpenAPI specification generator from recorded traffic

This module analyzes recorded API traffic and generates OpenAPI 3.0 specifications using pattern detection and LLM inference.

Structsยง

ConfidenceScore
Confidence score for an inferred OpenAPI element
HttpExchange
Captured HTTP request/response exchange used for behavioral analysis.
OpenApiGenerationConfig
Configuration for OpenAPI spec generation
OpenApiGenerationMetadata
Metadata about the generated OpenAPI spec
OpenApiGenerationResult
Result of OpenAPI spec generation
OpenApiSpecGenerator
OpenAPI specification generator from recorded traffic