Manweill / swagger-axios-codegen

swagger client to use axios and typescript
MIT License
306 stars 83 forks source link

feat: 拓展AxiosRequestConfig定义能力 #198

Closed WangMingHua111 closed 2 months ago

WangMingHua111 commented 2 months ago

1、添加了 requestOptionsWrapper 和 customDefinition 2、向README文档添加了这两个参数的定义 3、example/swagger/codegen.js 中添加了这两个参数,并测试了是否能够正常生产 api 文件 4、移除了可变的security参数

附图: image image

197