chenshuai2144 / openapi2typescript

一个被大范围使用的小工具
326 stars 141 forks source link

如果服务端存在多个swagger地址,我该如何通过一次命令拉取所有的文件到项目内,支持多地址码? #154

Open ycrqwq opened 7 months ago

ycrqwq commented 7 months ago

后端多个swagger 地址 eg1: http:123.com/user.swagger.json eg2: http:123.com/product.swagger.json

项目内schemaPath 为string,想问一下作者我该如何通过多个地址拉取到项目内?

fengluoX commented 7 months ago

可以的,通过多次调用generateService方法就可以,写两个不同的目录就可以 image

fengluoX commented 7 months ago

参考 #87

ycrqwq commented 7 months ago

参考 #87

感谢,我最初是定义了配置文件,定义多个swagger地址,循环调用了方法,看来我们是一致的,后期打算编写命令行工具,来交互式生成

rookie-luochao commented 4 months ago

https://github.com/openapi-ui/openapi-ts-request 加上了配置文件读取数组配置

ycrqwq commented 4 months ago

https://github.com/openapi-ui/openapi-ts-request 加上了配置文件读取数组配置

感谢大佬pr,使用了你fork之后的项目,发现有部分异同之处,可以留个联系方式(wechat)沟通一下吗?

rookie-luochao commented 4 months ago

邮箱:1055120207@qq.com