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

[QUESTION] Is this project maintained (2024)?

caarmen opened this issue · comments

I see this question was asked:

In 2022, the answer was yes.

Is this still the case in 2024?

I discovered a few issues today that are hindering us from upgrading from swagger-tools:

  • #108
    • Closed without resolution.
  • #247
  • #354
    • Closed with an explanation, but this is an issue for us. We'd like to have some custom middlewares intervene before the router (some custom permissions checks for example, and for that, we also need #247).

If the maintainers don't have much time to work on this project right now, could you perhaps suggest some alternatives? We're using swagger-tools and would like to update, as that lib is also not maintained 😅 .

No judgment of course, would just like to know how to go forward with our project, using more recent libraries.

Thanks! 🙏🏻

As an alternative I would suggest that you give a try to @team-supercharge/oasg. It's a project maintained by the company I work for, it can generate server code for Nest.js projects, but it can be extended with whatever you want. I don't know what your needs are, but I hope it helps you out.