From a7c0eec9e3bdc49e7d107aefd9534759eda5d733 Mon Sep 17 00:00:00 2001 From: Albert Date: Thu, 12 May 2022 15:33:30 +0200 Subject: [PATCH] Fix video --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f3e804c..596d58a 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,9 @@ # mitmproxy2swagger -![A video showcasing the tool](./docs/video.mp4) + +https://user-images.githubusercontent.com/5400940/168086818-c48f60ab-3f95-42eb-b435-c8b1a6326b81.mp4 + + A tool for automatically converting [mitmproxy](https://mitmproxy.org/) captures to [OpenAPI 3.0](https://swagger.io/specification/) specifications. This means that you can automatically reverse-engineer REST APIs by just running the apps and capturing the traffic.