文件名称:bh5-js.apigen:api生成助手(wip)
文件大小:4KB
文件格式:ZIP
更新时间:2024-05-27 02:05:32
JavaScript
芹菜 用法 import Apigen from 'apigen' ; // Create new api instance with hostname let api = new Apigen ( 'https://api.mysite.com' ) ; // Create new api endpoint let updateEvent = api . createEndpoint ( ( opts ) => { let { id , ... otherOpts } = opts ; return { path : `/event/ ${ id } ` , method : 'PUT' , options : otherOpts , statusCodes : { 200 : null , 404 : 'Sorry, we
【文件预览】:
bh5-js.apigen-master
----index.js(50B)
----package.json(390B)
----src()
--------index.js(1KB)
----lib()
--------index.js(3KB)
----README.md(765B)