1 repository
Combining multiple instances of API requests into a single definition based on path and parameter patterns.
Distinct from Pattern-Based Merges: Applies merging to HTTP API endpoints rather than graph database nodes.
Explore 1 awesome GitHub repository matching data & databases · API Endpoint Merging. Refine with filters or upvote what's useful.
openapi-devtools is a browser extension and OpenAPI specification generator that captures network traffic to automatically document the API structures of websites and applications. It functions as an HTTP traffic capturer and browser-based documentation tool, mapping real-time network requests into standardized API specifications. The tool enables API reverse engineering by intercepting outbound HTTP traffic and using heuristic-based merging to combine headers, bodies, and parameters from multiple requests into unified endpoint definitions. These captured definitions can be visualized as huma
Identifies overlapping patterns in paths and parameters to merge multiple request instances into one API definition.