-
Notifications
You must be signed in to change notification settings - Fork 110
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.
To get started, take a look at our Overview and then see how to install and configure Typescript-Rest.
The complete documentation is available here.
If you are updating typescript-rest to 2.X, please check our upgrade instructions here.
- 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