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

Bumps [flake8](https://github.com/pycqa/flake8) from 6.1.0 to 7.0.0. Commits 88a4f9b Release 7.0.0 6f3a60d Merge pull request #1906 from PyCQA/upgrade-pyflakes cde8570 upgrade pyflakes to 3.2.x 2ab9d76 Merge pull request #1903 from PyCQA/pre-commit-ci-update-config e27611f...

dependencies
python

I'm getting this error when trying to use mitmproxy2swagger ```console PS C:\MyDartProjects\new_sali\backend\doc\swagger> pip install mitmproxy2swagger Requirement already satisfied: mitmproxy2swagger in c:\python312\lib\site-packages (0.11.0) Requirement already satisfied: json-stream=2.3.2 in c:\python312\lib\site-packages (from mitmproxy2swagger)...

https://github.com/alufers/mitmproxy2swagger/commit/d04b127870fb711ce6b31a21a830a4f8aaa3842f#r113463641 AttributeError: 'str' object has no attribute 'decode'. Did you mean: 'encode'? parse_qsl seems to return list of string pairs already.

I suspect you're disinclined to rename the project, as there's likely quite a bit invested in the current project name, but I thought I'd alert you to some comments that...

└─$ pip install --no-cache-dir mitmproxy2swagger Successfully installed mitmproxy2swagger-0.8.0 └─$ mitmproxy2swagger -i Downloads/flows -o spec.yml -p http://google.com Traceback (most recent call last): File "/home/krish500/.local/bin/mitmproxy2swagger", line 8, in sys.exit(main()) ^^^^^^ File "/home/krish500/.local/lib/python3.11/site-packages/mitmproxy2swagger/mitmproxy2swagger.py",...

Is there any way to generate Swagger documentation in JSON format?

enhancement

Bumps [black](https://github.com/psf/black) from 23.12.1 to 24.4.0. Release notes Sourced from black's releases. 24.4.0 Stable style Fix unwanted crashes caused by AST equivalency check (#4290) Preview style if guards in case...

dependencies
python

Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 3.1.0 to 3.3.0. Release notes Sourced from docker/setup-buildx-action's releases. v3.3.0 Bump @​docker/actions-toolkit from 0.19.0 to 0.20.0 by @​crazy-max in docker/setup-buildx-action#307 Full Changelog: https://github.com/docker/setup-buildx-action/compare/v3.2.0...v3.3.0 v3.2.0 Rename and align...

dependencies
github_actions

I don't understand what is going on in the error message below. Also I cannot call `mitmproxy2swagger` from the command line after installing it with `pip3 install mitmproxy2swagger` I have...

Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 3.6.0 to 3.7.0. Release notes Sourced from pre-commit's releases. pre-commit v3.7.0 Features Use a tty for docker and docker_image hooks when --color is specified. #3122 PR by...

dependencies
python