文件名称:webapi-router:基于Koa创建具有与Asp.Net WebApi相同感觉的静态api
文件大小:14KB
文件格式:ZIP
更新时间:2024-02-24 11:20:47
nodejs koa router webapi webapi-router
webapi路由器 创建具有Asp.Net WebApi相同感觉的Restful API应用程序 特征 不需要写烦人的koa.use(...)。 相反,webapi-router将自动使用控制器文件路径作为路由器路径。 另外,使用装饰器@GET(path)可以直接指示路由器路径。 支持@GET , @POST , @DELETE , @PUT , @OPTIONS , @HEAD , @PATCH 。 用法 1.在index.ts / js中设置控制器文件夹和Restful api前缀。 import { WebApiRouter } from '../lib/index' ; app
【文件预览】:
webapi-router-master
----.vscode()
--------launch.json(933B)
--------settings.json(40B)
--------tasks.json(274B)
----lib()
--------fileUtil.ts(953B)
--------index.ts(4KB)
--------paramType.ts(55B)
--------decorators.ts(3KB)
--------baseController.ts(41B)
----tsconfig.json(268B)
----LICENSE(11KB)
----test()
--------index.ts(352B)
--------controllers()
----README.md(1KB)
----.gitignore(836B)
----bin()
--------lib()
----package.json(757B)