Preethi G

Results 2 issues of Preethi G

Box.raml is not parsed by 1.0.8.(https://github.com/mulesoft/api-console/blob/master/dist/examples/box.raml) This was parsed properly by 0.8 parser I am using the below RamlModelResult ramlModelResult = new RamlModelBuilder().buildApi(ramlLocationString) Aha! Link: https://mulesoft-roadmap.aha.io/features/APIRAML-95

v2
RAML 0.8

I am using the RemoteVendingAPI (https://raw.githubusercontent.com/mulesoft/mulesoft-docs/f5afa20aa9d66675c9038ccafc92300bc77a08c2/apikit/v/latest/_attachments/api.raml) and trying to parse it using 1.0.8 parser. I am trying to get the schema details from the body. for (BodyLike requestBody : method.body())...

v2
RAML 0.8