Commit Graph

1 Commits

Author SHA1 Message Date
e791c1511c feat: implement OpenAPI service class with endpoint extraction and schema resolution
- Add OpenAPIFormatter class with methods for parsing OpenAPI specs
- Implement extract_endpoints to list all API paths with methods and summaries
- Add get_request_body_schema and get_parameters for detailed endpoint introspection
- Include resolve_schema_ref for handling $ref references in schema definitions
- Support async HTTP fetching of specs via aiohttp with configurable timeout
2025-07-24 02:37:13 +00:00