Skip to content

Commit

Permalink
Add DevProxy-OpenApiSpecGeneratorPlugin and mitmproxy2swagger (#514)
Browse files Browse the repository at this point in the history
  • Loading branch information
temach authored May 29, 2024
1 parent 061f1de commit 92bcef0
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions _data/tools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1738,6 +1738,22 @@
v3: true
v3_1: true

- name: mitmproxy2swagger
category: auto-generators
language: Python
link: https://github.com/alufers/mitmproxy2swagger
github: https://github.com/alufers/mitmproxy2swagger
description: A tool for automatically converting mitmproxy captures to OpenAPI 3.0 specifications. Automatically reverse-engineer REST APIs by just running the apps and capturing the traffic.
v3: true

- name: OpenApiSpecGeneratorPlugin
category: auto-generators
language: C#
link: https://learn.microsoft.com/en-us/microsoft-cloud/dev/dev-proxy/technical-reference/openapispecgeneratorplugin
github: https://github.com/microsoft/dev-proxy
description: Built-in plugin for open-source DevProxy that automatically generates OpenAPI 3.0 Spec from captured network requests
v3: true

- name: har2openapi
category: auto-generators
language: TypeScript
Expand Down

0 comments on commit 92bcef0

Please sign in to comment.