Utility class to ingest OpenAPI/Swagger documentation or raw web documentation and generate Quatrain Models and RestBackendAdapter endpoint configurations.
Parses a structured OpenAPI/Swagger JSON or YAML definition. Returns a dictionary of generated models and endpoints mapping.
Uses the injected AI service to parse raw web documentation.
Utility class to ingest OpenAPI/Swagger documentation or raw web documentation and generate Quatrain Models and RestBackendAdapter endpoint configurations.