oas-tools / oas-tools

NodeJS module to manage RESTful APIs defined with OpenAPI 3.0 Specs over express servers.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

External modules load implementation

alesancor1 opened this issue · comments

In order for new functionality to be implemented externally, a new package containing utility classes and helpers should be created. This package should contain the base class for middleware creation, functions for error-handling, loggers...

Then this issue depends on:

Support for Node <=12.X has been dropped due to the end of this version's maintenance period on Apr-2022. This way, the new OAS DevTools project will be written as an ES Module and CommonJS support will be removed from OAS Tools, making the implementation of newer external modules easier thanks to OAS Devtools.