esh-b / RAML-to-Swagger-Converter

A java project to convert RAML 0.8 definition to Swagger 2.0 definition
BSD 3-Clause "New" or "Revised" License
17 stars 9 forks source link

RAML 1.0 Support #9

Open GhaTMA opened 6 years ago

GhaTMA commented 6 years ago

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?

esh-b commented 6 years ago

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

GhaTMA commented 6 years ago

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

esh-b commented 6 years ago

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

T-vK commented 6 years ago

Any news on this?

GhaTMA commented 6 years ago

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