文件名称:api:from根据OpenAPI定义自动生成SDK
文件大小:533KB
文件格式:ZIP
更新时间:2024-05-18 13:09:05
api sdk openapi JavaScript
:rocket: api 从OpenAPI定义自动生成SDK。 安装 npm install api --save 用法 使用api就像提供它的OpenAPI和使用SDK一样简单,就像您使用其他任何工具一样! const sdk = require ( 'api' ) ( 'https://raw.githubusercontent.com/readmeio/oas/master/packages/examples/3.0/json/petstore.json' ) ; sdk . listPets ( ) . then ( res => res . json ( ) ) . then ( res => { console . log ( `My pets name is ${ res [ 0 ] . name } !` ) ; } ) ; 该OpenAPI的定义自动下载,缓存,并转化为一个可