1.0.6 • Published 4 months ago

@micro-nest/rest v1.0.6

Weekly downloads
-
License
MIT
Repository
github
Last release
4 months ago

MICRO-NEST REST

Quick Start

  • Install npm i @micro-nest/rest

  • Imports

import { ApiController } from "@micro-nest/rest"
import { ApiGet, ApiPost, ApiPatch, ApiPut, ApiDelete } from "@micro-nest/rest"

Description

  • Provides a set of decorators to help you build REST apis with NestJs
  • Provides a set of helper functions to help you REST apis with NestJs

Code Less & Do More

  • Naming conventions based decorators and function.
  • Default is configured, just pass the options you want to override.
  • Easy to use and configure.

Todo:

  • @Ping decorator
  • Path params resolve in controller (currently by dto)

Organization

Stay in touch

License

@micro-nest is MIT licensed.