@micro-nest/rest
TypeScript icon, indicating that this package has built-in type declarations

1.0.6 • Public • Published

MICRO-NEST [REST]

Nest Logo

NestJs based decorators & helper functions for REST.

NPM Version Package License NPM Downloads

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.

Readme

Keywords

none

Package Sidebar

Install

npm i @micro-nest/rest

Weekly Downloads

3

Version

1.0.6

License

MIT

Unpacked Size

62.1 kB

Total Files

28

Last publish

Collaborators

  • tararsyss
  • luvneet