Skip to content

Convert the API json file generated by apidoc into a file that can be imported by the Yapi platform/Jmeter.

Notifications You must be signed in to change notification settings

WooodHead/apidoc2yapi

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

apidoc2yapi

Convert the API json file generated by apidoc into a json file that can be imported by the Yapi platform. Only supports GET and POST requests in the Http protocol API.

example:

python 2yapi.py -s "d:\myapi-doc\api_data.json" -d "d:\yapi_api_data.json"

2019/12/02 增加了将apidoc接口文件转成jmeter脚本文件的功能。没有做参数化,需要在apidoc2jmeter.py中指定源/目标文件来使用。

About

Convert the API json file generated by apidoc into a file that can be imported by the Yapi platform/Jmeter.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 96.8%
  • HTML 3.2%