![Anteprima di OpenAPI DevTools](https://addons.mozilla.org/user-media/addon_icons/2833/2833608-64.png?modified=f0fbbf4b)
OpenAPI DevTools di Andrew Walsh
Instantly generate API specifications in real time for any app or website. Open the add-on in Firefox developer tools and watch network requests become an OpenAPI specification.
Devi utilizzare Firefox per poter installare questa estensione
Metadati estensione
Screenshot
![Capture get, post, put, delete, and patch requests.](https://addons.mozilla.org/user-media/previews/thumbs/295/295919.jpg?modified=1708542969)
![Watch API requests turn into an API spec. All on the browser and strictly on the client, no network requests are sent to any servers.](https://addons.mozilla.org/user-media/previews/thumbs/295/295920.jpg?modified=1708542969)
![Use the settings menu to set path parameters, export/import state to save or share, configure hosts to record, and inclusion of request and response examples.](https://addons.mozilla.org/user-media/previews/thumbs/295/295921.jpg?modified=1708542969)
Informazioni sull’estensione
Instantly generate API specifications in real time for any app or website .
OpenAPI DevTools generates OpenAPI specifications in real time from network requests. Once installed it adds a new tab to Firefox DevTools called OpenAPI. While the tool is open it automatically converts network requests into a specification.
Features:
- Instantly generate an OpenAPI 3.1 specification for any website or application just by using it
- Automatically merges new request & response headers, bodies, and query parameters per endpoint
- Click on a path parameter and the app will automatically merge existing and future matching requests
- View the specification inside the tool and download with a click
- Export and save a session at any time, or share it with others
OpenAPI DevTools generates OpenAPI specifications in real time from network requests. Once installed it adds a new tab to Firefox DevTools called OpenAPI. While the tool is open it automatically converts network requests into a specification.
Features:
- Instantly generate an OpenAPI 3.1 specification for any website or application just by using it
- Automatically merges new request & response headers, bodies, and query parameters per endpoint
- Click on a path parameter and the app will automatically merge existing and future matching requests
- View the specification inside the tool and download with a click
- Export and save a session at any time, or share it with others
Commenti dello sviluppatore
Valuta la tua esperienza utente
PermessiUlteriori informazioni
Questo componente aggiuntivo necessita di:
- Consentire agli strumenti di sviluppo accesso ai dati delle schede aperte
Ulteriori informazioni
- Link componente aggiuntivo
- Versione
- 1.5.2
- Dimensione
- 2,43 MB
- Ultimo aggiornamento
- 10 mesi fa (26 mar 2024)
- Categorie correlate
- Licenza
- Licenza MIT
- Cronologia versioni
Aggiungi alla raccolta
Note di versione per la versione 1.5.2
Key names of `securitySchemes` now follow the expected regex standard, excluding whitespace.
Altre estensioni di Andrew Walsh
- Non ci sono ancora valutazioni
- Non ci sono ancora valutazioni
- Non ci sono ancora valutazioni
- Non ci sono ancora valutazioni
- Non ci sono ancora valutazioni
- Non ci sono ancora valutazioni
To access the tool, open Firefox DevTools and find "OpenAPI" listed as a new tab. While DevTools is open and you select "Begin Recording", the tool receives a copy of each network requests in the HAR format. It then captures REST requests and dispatches them to the algorithm.
The algorithm converts these requests into a performant data structure that enables real-time generation of an OpenAPI 3.1 specification. New requests to the same endpoint are merged into the existing one.
You can specify path parameters in the settings menu. For example given the pathname "/api/posts/my-post", clicking on "my-post" will parameterise this part of the pathname, giving "/api/posts/:param2". This means that any request with a pathname matching "/api/posts/<anything>" will be merged into that endpoint.