convert har to swagger 2.0
git clone https://github.com/xiayuguo/har2swagger.git
cd har2swagger && pip install -r requirements.txt
python har2swagger.py -i your-har-file.har
python har2swagger.py -h
- Only Python3
- Swagger 2.0(yaml)
- Swagger 2.0(json)
- GET
- POST(json body)
- POST(application/x-www-form-urlencoded)
- POST(multipart/form-data)
- application/json
- application/xml
- openapi 3.0(yaml)
- openapi 3.0(json)