nestjs-api-tools
Version:
Wrappers for convenient API development including validation, logging and i18n wrappers
14 lines (11 loc) • 854 B
Markdown
# NestJS API tools documentation
The set of tools available consists of the following:
- [Decorators](./decorators.md) - [@nestjs/swagger](https://docs.nestjs.com/openapi/introduction) wrappers and pagination, serialization, validation wrappers.
- [Errors](./errors.md) - exception classes to throw.
- [Guards](./guards.md) - guards for access restriction.
- [Operators](./operators.md) - operator functions for data transformation.
- [Pipes](./pipes.md) - date parsing and transforming pipes.
- [Services](./services.md) - injectables for utility operations, for example, sending messages (error messages least) to Discord channel.
- [Settings](./setings.md) - DTOs for settings placement.
- [Transformers](./transformers.md) - TypeORM value transformers.
- [Utils](./utils.md) - set of helpful functions for string, object transformations and so on.