Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 1.25 KB

README.md

File metadata and controls

26 lines (17 loc) · 1.25 KB

zafiro-openapi3

npm version Build Status Dependencies img Known Vulnerabilities Greenkeeper badge

Zafiro plugin providing OpenAPI v 3.x service description.

Installation

npm install zafiro-openapi3 reflect-metadata

⚠️ The reflect-metadata polyfill should be imported only once in your entire application because the Reflect object is mean to be a global singleton. More details about this can be found here.

The basics

First you need to declare an entity:

``