awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
AndrewWalsh avatar

AndrewWalsh/openapi-devtools

0
View on GitHub↗
4,295 estrellas·89 forks·TypeScript·MIT·3 vistaschrome.google.com/webstore/detail/openapi-devtools/jelghndoknklgabjgaeppjhommkkmdii↗

Openapi Devtools

openapi-devtools es una extensión de navegador y generador de especificaciones OpenAPI que captura el tráfico de red para documentar automáticamente las estructuras de API de sitios web y aplicaciones. Funciona como un capturador de tráfico HTTP y una herramienta de documentación basada en navegador, mapeando solicitudes de red en tiempo real a especificaciones de API estandarizadas.

La herramienta permite la ingeniería inversa de API al interceptar el tráfico HTTP saliente y utilizar una fusión basada en heurística para combinar encabezados, cuerpos y parámetros de múltiples solicitudes en definiciones de endpoints unificadas. Estas definiciones capturadas pueden visualizarse como documentación legible por humanos dentro del navegador o exportarse como archivos descargables y cadenas compartibles.

El proyecto cubre el flujo de trabajo completo de mapeo de solicitudes de red, desde la generación de especificaciones del lado del cliente y la persistencia basada en estado hasta la exportación final de la definición de la API.

Features

  • OpenAPI Specification Generators - Automatically generates OpenAPI specifications by capturing real-time network traffic from a browser.
  • API Endpoint Merging - Identifies overlapping patterns in paths and parameters to merge multiple request instances into one API definition.
  • Client-Side Spec Generation - Transforms intercepted network metadata into a structured OpenAPI format using a local JavaScript engine.
  • Network Traffic Captures - Records headers and payloads from real-time network requests to build unified API endpoint definitions.
  • API Reverse-Engineering Tools - Analyzes network traffic of websites to reconstruct internal API structures and endpoint definitions.
  • Traffic-to-Spec Mapping - Records and merges real-time browser traffic into a unified set of API endpoint definitions.
  • Heuristic Request Merging - Combines headers, bodies, and parameters from multiple requests into unified endpoint definitions.
  • Content Script Injection Architectures - Injects tracking scripts into active web pages to monitor network traffic without modifying application code.
  • Network Request Interception - Captures outbound HTTP traffic by hooking into browser-level network events.
  • Live API Documentation Generators - Converts live HTTP requests into standardized specifications to document undocumented or legacy APIs.
  • API Definition Exporters - Provides the ability to export extracted API specifications as downloadable files or shareable strings.
  • API Documentation Tools - Provides a browser-based interface for visualizing captured network requests as human-readable API documentation.
  • Browser-Based Visualizers - Renders captured network data into a human-readable documentation format for review within the browser.
  • Request Export Utilities - Saves captured API definitions as downloadable files or shareable strings for external reuse.
  • JSON to Page Rendering - Converts raw OpenAPI JSON specifications into a rendered visual interface of web components.
  • API Specification Tools - Generates API specifications directly from browser traffic.

Historial de estrellas

Gráfico del historial de estrellas de andrewwalsh/openapi-devtoolsGráfico del historial de estrellas de andrewwalsh/openapi-devtools

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Start searching with AI

Alternativas open-source a Openapi Devtools

Proyectos open-source similares, clasificados según cuántas características comparten con Openapi Devtools.
  • mdn/webextensions-examplesAvatar de mdn

    mdn/webextensions-examples

    4,447Ver en GitHub↗

    This project is a reference library and collection of practical code samples for building browser extensions using WebExtensions APIs. It provides implementation guides and functional examples for core extension components, including content scripts, background processes, and browser action popups. The repository focuses on demonstrating specific implementation patterns for browser UI customization and web page manipulation. It includes samples for creating sidebars, context menus, and options pages, as well as techniques for injecting scripts and styles to alter DOM elements and page appeara

    JavaScript
    Ver en GitHub↗4,447
  • mulesoft/api-designerAvatar de mulesoft

    mulesoft/api-designer

    1,069Ver en GitHub↗

    This project provides a web-based integrated development environment for defining, documenting, and simulating software interface specifications. It serves as a browser-based modeling tool that enables teams to create structured API contracts using the RAML modeling language. The environment distinguishes itself through its modular design, which allows the modeling interface to be embedded directly into existing web applications and developer portals. It supports a plugin architecture that enables the integration of custom persistence layers and metadata handlers, allowing teams to attach pro

    JavaScriptramlraml-designraml-tooling
    Ver en GitHub↗1,069
  • alufers/mitmproxy2swaggerAvatar de alufers

    alufers/mitmproxy2swagger

    9,530Ver en GitHub↗

    mitmproxy2swagger is a tool that transforms captured mitmproxy network traffic into structured OpenAPI schemas for reverse-engineering REST APIs. It functions as an OpenAPI schema converter and network traffic documentation utility, extracting API endpoints and data structures from captured network packets to create formal technical references. The tool enables the reconstruction of undocumented APIs by converting intercepted HTTP request and response patterns into specifications. It supports merging multiple traffic capture files into a single schema to incrementally expand an API map and ut

    HTMLmitmproxyopenapireverse-engineering
    Ver en GitHub↗9,530
  • zircote/swagger-phpAvatar de zircote

    zircote/swagger-php

    5,298Ver en GitHub↗

    swagger-php is an OpenAPI specification generator and PHP API documentation library. It scans PHP source code attributes and annotations to produce standardized specification files and interactive API references. The tool functions as a schema inference engine that derives data types and schemas from native PHP type hints and generic blocks. It uses reflection-based static analysis to extract metadata without executing application logic and supports recursive schema inheritance to merge definitions from parent classes and interfaces. The project includes a command-line utility for exporting

    PHP
    Ver en GitHub↗5,298
Ver las 30 alternativas a Openapi Devtools→

Preguntas frecuentes

¿Qué hace andrewwalsh/openapi-devtools?

openapi-devtools es una extensión de navegador y generador de especificaciones OpenAPI que captura el tráfico de red para documentar automáticamente las estructuras de API de sitios web y aplicaciones. Funciona como un capturador de tráfico HTTP y una herramienta de documentación basada en navegador, mapeando solicitudes de red en tiempo real a especificaciones de API estandarizadas.

¿Cuáles son las características principales de andrewwalsh/openapi-devtools?

Las características principales de andrewwalsh/openapi-devtools son: OpenAPI Specification Generators, API Endpoint Merging, Client-Side Spec Generation, Network Traffic Captures, API Reverse-Engineering Tools, Traffic-to-Spec Mapping, Heuristic Request Merging, Content Script Injection Architectures.

¿Qué alternativas de código abierto existen para andrewwalsh/openapi-devtools?

Las alternativas de código abierto para andrewwalsh/openapi-devtools incluyen: mdn/webextensions-examples — This project is a reference library and collection of practical code samples for building browser extensions using… mulesoft/api-designer — This project provides a web-based integrated development environment for defining, documenting, and simulating… alufers/mitmproxy2swagger — mitmproxy2swagger is a tool that transforms captured mitmproxy network traffic into structured OpenAPI schemas for… zircote/swagger-php — swagger-php is an OpenAPI specification generator and PHP API documentation library. It scans PHP source code… jonghakseo/chrome-extension-boilerplate-react-vite — This project is a boilerplate for Chrome extension development, utilizing React and Vite to build custom functionality… therealjoelmatic/removeadblockthing — RemoveAdblockThing is a browser extension that removes YouTube's adblock detection popup and skips video ads without…