swagger-node
swagger-node copied to clipboard
Transition/Support for OpenAPI 3.0.0 Specification
Any update on this? Can we expect support for 3.0.0 in swagger-node?
@fehguy @theganyo Can we get an official response to the original question? I'm assuming this tool will be reworked once the swagger-api contributors are satisfied with the migration of other core swagger-api libs to 3.0?
Do you guys need some help with swagger-node?
@fehguy @theganyo @sakes
Any update? Can we have expected date for release?
Hi everyone - sorry for the delayed reply.
It is our intent to support OAS3 in swagger-node. This is not going to be an easy transition as a lot of things are going to change under the hood of the project. We cannot provide you with an ETA, but I can say that we'll only be able to start working on it after we finish full OAS3 support in our other Javascript projects (swagger-js/ui/editor).
Hi @webron ! So how is it going with the other js projects? Still work in progress? Do you have a high level roadmap for this project? Thank You very much. Drej
That's a very fair question. The other JS projects are progressing fairly well, but we still have some time to invest in them. Wish I could give you an ETA but anything I would give you would be pretty much random. I would not expect to see a version before the end of the year.
are there any tasks that could be given to the community to take on to help with the transition?
@webron Any updates on this issue? Anything the community can do to help?
I've spent the past several weeks writing a new OpenAPI 3.x.x framework for node.js from the ground up. You can check it out here.
@jwalton Exegesis is looking fairly similar as swagger-node but I prefer to stick to the existing framework. Still hope OpenAPI3 will soon be supported by swagger-node. Does anybody know if there will be a migration path from OpenAPI2 -> OpenAPI3 supported by swagger-node?
@webron do you have any update for us about OpenAPI 3.0 support?
One year, after: do you have any updates on this?
case you don't want to wait: https://github.com/kogosoftwarellc/open-api
@mbsimonovic : I don't get the point of this project if I have to specify and develop all the services by myself. The generator should return the examples from the specification file.
https://github.com/exegesis-js/exegesis is going strong - we're using it every day in production.
@alfirin it maps requests to your implementation based on the spec, and implements validation. well it'd rather take something than nothing