0.1.2 • Published 2 years ago

@soluzioni-futura/express-openapi v0.1.2

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

@soluzioni-futura/express-openapi

Quick start

Install the package

npm i @soluzioni-futura/express-openapi

Usage

const { Router, Ref } = require("@soluzioni-futura/express-openapi")

const id = new Ref("Id", {
  type: "integer",
  minimum: 1,
  description: "ID"
})

const email = new Ref("Email", {
  type: "string",
  pattern: "^\\S+@\\S+\\.\\S+$",
  description: "Emaill"
})
0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago