本文主要是介绍OpenAPI,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!
大家好我是苏麟 , 今天带来一个前端生成接口的工具 .
官网 : GitHub - ferdikoomen/openapi-typescript-codegen: NodeJS library that generates Typescript or Javascript clients based on the OpenAPI specification
安装命令
npm install openapi-typescript-codegen --save-dev
使用命令
./spec.json 改成 http:localhost:端口号/api/v2/api-docs
xhr 改成 axios
openapi --input ./spec.json --output ./generated --client xhr
这期就到这里了 , 下期见!
这篇关于OpenAPI的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!