BackendStack21 / restana

Restana is a lightweight and fast Node.js framework for building RESTful APIs.
MIT License
467 stars 27 forks source link

Support for Open API 3 #85

Closed benjamin-wss closed 4 years ago

benjamin-wss commented 4 years ago

Hello folks, just a simple question, will there be support for Open API V3 anytime soon? Thanks.

jkyberneees commented 4 years ago

Hi @benjamin-wss , support for OpenAPI in restana can be added through the swagger-tools as described in https://github.com/jkyberneees/ana/blob/master/demos/swagger/index.js, although limited to v2 only.

There are no plans for building OpenAPI support inside restana in the near future. Ideally it should be added through third-party middlewares.

Regards