nestjs-oemc
Advanced tools
Comparing version
{ | ||
"name": "nestjs-oemc", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "NestJS - One Endpoint Multiple Controller", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
# NestJS with One Endpoint Multiple Controller · <a href="http://npmjs.com/package/nestjs-oemc"><img src="https://img.shields.io/npm/v/nestjs-oemc?color=%230080ff" /></a> | ||
nestjs-oemc는 NestJS 프로젝트 내에 선언된 NestJS Controller 클래스들을 한 개의 HTTP 엔드포인트를 통해 접근할 수 있도록 도와주는 라이브러리이다. | ||
NestJS의 `모듈 (중첩 가능)`, `컨트롤러`, `컨트롤러의 함수`에 문자열을 할당하면 URI와 같은 계층 구조 (예: `moduleContainer/module1/controller1/function1`)로 구현되며, 단 한 개의 API 엔드포인트를 통해 컨트롤러의 함수를 호출할 수 있다. | ||
## 기능 | ||
- [x] 컨트롤러 매칭 | ||
- [ ] 컨트롤러 함수 매칭 후 함수 호출 | ||
- [ ] 중첩 모듈 매칭 | ||
## 설치 | ||
@@ -4,0 +13,0 @@ |
10227
6.28%26
52.94%