RAML 1.0 Support
GhaTMA opened this issue · 5 comments
There is already a parser for RAML 1.0
https://github.com/raml-org/raml-java-parser/releases/tag/1.0.16
How are the plans to include this in the converter?
@GhaTMA Hey, adding support for 1.0 would be a good one along with the support for 0.8. You are highly welcome to contribute if you are interested. I hope that's what you were asking about.
@esh-b Thanks for the response!
I'm currently comparing between RAML and Swagger to see which one would be more efficient for our project. I don't know if I would have some time to contribute here.
But since I saw this in the TODO list, my main question was if there are plans from your side on (when/how) to implement the RAML 1.0 support?
@GhaTMA Ya, sure. We would be adding that in the near future once we get the parser for 1.0 (I will look into the link that you shared). I cannot give you the exact time the support is expected to be added. But if I get sufficient time to work on this, I would be doing it (I expect that it will not take much time to add the support since the project is well structured and replacing the parser component is just kind of plug and play).
Also, if anyone contributes before that, well and good.
Any news on this?
@T-vK I switched to https://github.com/mulesoft/oas-raml-converter
it is actively maintained :)