타입 스크립트1 타입 스크립트 rest api 만들기 https://www.npmjs.com/package/typescript-rest 우선 링크 대로 모듈을 설치한다. InstallationThis library only works with typescript. Ensure it is installed:npm install typescript -gTo install typescript-rest:npm install typescript-rest --save설치하고 컨트롤러를 작성한다 import { Path, GET, PathParam, POST, Errors, DELETE } from 'typescript-rest'; @Path('/api') export class AccountController { @Path('/groupId') @GET public .. 2019. 3. 21. 이전 1 다음