From df1fb4154cd6ced452f642265074e338b513714a Mon Sep 17 00:00:00 2001 From: PandaEye <2636015706@qq.com> Date: Wed, 28 Apr 2021 21:02:30 +0800 Subject: [PATCH] Update README.md add SwiftJSONModeler --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7588e805..221c55e8 100755 --- a/README.md +++ b/README.md @@ -75,6 +75,7 @@ YApi 是高效易用功能强大 ### 代码生成 * [yapi-to-typescript:根据 YApi 的接口定义生成 TypeScript 的请求函数](https://github.com/fjc0k/yapi-to-typescript) * [yapi-gen-js-code: 根据 YApi 的接口定义生成 javascript 的请求函数](https://github.com/hellosean1025/yapi-gen-js-code) +* [SwiftJSONModeler:根据 YApi 的接口生成 Swift 模型代码](https://github.com/CodeOcenS/SwiftJSONModeler) ### YApi docker部署(非官方) * [使用 alpine 版 docker 镜像快速部署 yapi](https://www.jianshu.com/p/a97d2efb23c5)