RAML-to-Swagger-Converter icon indicating copy to clipboard operation
RAML-to-Swagger-Converter copied to clipboard

RAML 1.0 Support

Open GhaTMA opened this issue 6 years ago • 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 avatar Nov 27 '17 11:11 GhaTMA

@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 avatar Nov 27 '17 12:11 esh-b

@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 avatar Nov 27 '17 12:11 GhaTMA

@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.

esh-b avatar Nov 27 '17 13:11 esh-b

Any news on this?

T-vK avatar Apr 12 '18 09:04 T-vK

@T-vK I switched to https://github.com/mulesoft/oas-raml-converter it is actively maintained :)

GhaTMA avatar Apr 13 '18 16:04 GhaTMA