Skip to content
This repository has been archived by the owner on Sep 6, 2019. It is now read-only.

OAS3.0 doesn't support YAML #31

Open
fruch opened this issue Dec 24, 2017 · 0 comments
Open

OAS3.0 doesn't support YAML #31

fruch opened this issue Dec 24, 2017 · 0 comments

Comments

@fruch
Copy link

fruch commented Dec 24, 2017

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant