文件名称:swagger-to-api
文件大小:2KB
文件格式:ZIP
更新时间:2024-06-05 15:19:30
JavaScript
用法 curl ${the url of your api from swagger} -o api.json && node index.js ./api.json '${the api filter}' 例子: curl http://doc.weibanzhushou.com/docs/api -o api.json && node index.js ./api.json ' per '
【文件预览】:
swagger-to-api-master
----README.md(226B)
----.gitignore(40B)
----index.js(3KB)