mulesoft / oas-raml-converter

(DEPRECATED) Converts between OAS and RAML API specifications
https://mulesoft.github.io/oas-raml-converter/
MIT License
73 stars 48 forks source link

OAS3.0 doesn't support YAML #31

Open fruch opened 6 years ago

fruch commented 6 years ago
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