typescript-rest:这是一个基于轻量级基于注释的expressscript扩展,用于typescript

时间:2024-02-19 11:08:38
【文件属性】:

文件名称:typescript-rest:这是一个基于轻量级基于注释的expressscript扩展,用于typescript

文件大小:143KB

文件格式:ZIP

更新时间:2024-02-19 11:08:38

api typescript rest microservice service

REST打字稿服务 这是一个用于打字稿的轻量级基于注释的扩展。 它可以用于使用装饰器定义API。 目录 安装 该库仅适用于打字稿。 确保已安装: npm install typescript -g 要安装typescript-rest: npm install typescript-rest --save 组态 Typescript-rest需要在tsconfig.json文件中使用以下TypeScript编译选项: { "compilerOptions" : { "experimentalDecorators" : true , "emitDecoratorMetadata" : true , "target" : "es6" // or anything newer like esnext } } 基本用法 import * as express from "express" ; import { Server , Path , GET , PathParam } from "typescript-rest" ; @ Path ( "/h


【文件预览】:
typescript-rest-master
----.bettercodehub.yml(42B)
----src()
--------typescript-rest.ts(539B)
--------decorators()
--------authenticator()
--------server()
----.npmignore(107B)
----.travis.yml(1KB)
----tsconfig.json(632B)
----LICENSE(1KB)
----test()
--------integration()
--------.mocharc.yaml(140B)
--------.mocharc-unit.yaml(145B)
--------tsconfig.json(602B)
--------unit()
--------data()
--------.mocharc-integration.yaml(152B)
----tslint.json(488B)
----README.md(3KB)
----.gitignore(62B)
----package-lock.json(327KB)
----package.json(3KB)

网友评论