mulesoft / oas-raml-converter

(DEPRECATED) Converts between OAS and RAML API specifications

Home Page:https://mulesoft.github.io/oas-raml-converter/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OAS3.0 doesn't support YAML

fruch opened this issue · comments

var raml08ToOas30 = new converter.Converter(converter.Formats.RAML, converter.Formats.OAS30);

raml08ToOas30.convertFile('../client_reference/api_definition/workspace/raml/api.raml', {format: 'yaml'}).then(function(oas) {
  console.log(oas);
})

returns a json insted of raml