-
Notifications
You must be signed in to change notification settings - Fork 108
Home
Thiago Bustamante edited this page Jan 20, 2019
·
3 revisions
This is a lightweight annotation-based expressjs extension for typescript.
It can be used to define your APIs using ES7 decorators.
- Server
- @Path Decorator
- Http Methods
- Request Parameters
- Types and languages
- @BodyOptions Decorator
- Service Context
- Service Return
- @Security Decorator
- Express Middlewares
- @PreProcessor Decorator
- @PostProcessor Decorator
- Server Errors
- Service Factory and IoC
- Inheritance and Abstract Services
- Swagger Documentation