mitmproxy2swagger icon indicating copy to clipboard operation
mitmproxy2swagger copied to clipboard

Automagically reverse-engineer REST APIs via capturing traffic

Results 33 mitmproxy2swagger issues
Sort by recently updated
recently updated
newest added

Hey there, great tool. I am stoked to try it out. I've run into a problem though in the following way 1. capture one request using mitmweb 2. save flow...

Hi, On windows, an error occurs in mitmproxy2swagger.py line 63 because yaml.load(f) does not like the backslash in the f string (the input parameter -o) https://github.com/alufers/mitmproxy2swagger/blob/fd382ed94d23ca9eea6eda55d7f39c85a1f885e5/mitmproxy2swagger/mitmproxy2swagger.py#L62 `mitmproxy2swagger -i "D:\Downloads\flows" -o...

Bumps [black](https://github.com/psf/black) from 23.12.1 to 24.2.0. Release notes Sourced from black's releases. 24.2.0 Stable style Fixed a bug where comments where mistakenly removed along with redundant parentheses (#4218) Preview style...

dependencies
python

Bumps [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) from 0.23.3 to 0.23.5. Release notes Sourced from pytest-asyncio's releases. pytest-asyncio 0.23.5 0.23.5 (2024-02-09) Declare compatibility with pytest 8 #737 Fix typing errors with recent versions of mypy...

dependencies
python

Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 3.6.0 to 3.6.1. Release notes Sourced from pre-commit's releases. pre-commit v3.6.1 Fixes Remove PYTHONEXECUTABLE from environment when running. #3110 PR by @​untitaker. Handle staged-files-only with only a...

dependencies
python

updates: - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v4.6.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.5.0...v4.6.0) - [github.com/psf/black: 23.12.1 → 24.4.2](https://github.com/psf/black/compare/23.12.1...24.4.2) - [github.com/pre-commit/mirrors-mypy: v1.8.0 → v1.10.0](https://github.com/pre-commit/mirrors-mypy/compare/v1.8.0...v1.10.0) - [github.com/PyCQA/autoflake: v2.2.1 → v2.3.1](https://github.com/PyCQA/autoflake/compare/v2.2.1...v2.3.1) - [github.com/pycqa/flake8: 6.1.0 → 7.1.0](https://github.com/pycqa/flake8/compare/6.1.0...7.1.0) - [github.com/adrienverge/yamllint.git: v1.33.0 →...

Hi, I tried to run this code sudo mitmproxy2swagger -i ~/Downloads/flows -o spec.yml -p http://127.0.0.1:8888 -f flow --examples And this was the output [sudo] password for hapihacker: No existing swagger...

Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3 to 4. Release notes Sourced from codecov/codecov-action's releases. v4.0.0 v4 of the Codecov Action uses the CLI as the underlying upload. The CLI has helped to...

dependencies
github_actions

Bumps [docker/metadata-action](https://github.com/docker/metadata-action) from 5.5.0 to 5.5.1. Release notes Sourced from docker/metadata-action's releases. v5.5.1 Don't set cwd:// prefix for local bake files by @​crazy-max in docker/metadata-action#382 Full Changelog: https://github.com/docker/metadata-action/compare/v5.5.0...v5.5.1 Commits 8e5442c...

dependencies
github_actions

Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.4.4 to 8.0.0. Release notes Sourced from pytest's releases. pytest 8.0.0 (2024-01-27) See 8.0.0rc1 and 8.0.0rc2 for the full changes since pytest 7.4! Bug Fixes #11842: Properly...

dependencies
python