Files
powerpoint-toolbox/node_modules/oas-resolver
2025-03-07 19:22:02 +01:00
..
2025-03-07 19:22:02 +01:00
2025-03-07 19:22:02 +01:00
2025-03-07 19:22:02 +01:00
2025-03-07 19:22:02 +01:00
2025-03-07 19:22:02 +01:00
2025-03-07 19:22:02 +01:00

oas-resolver

Usage

const yaml = require('yaml');
const input = yaml.parse(str);
const source = url; // or filename
resolver.resolve(input,source,options)
.then(function(options){
  fs.writeFileSync(outputFile,yaml.stringify(options.openapi),'utf8');
})
.catch(function(ex){
  // ...
});

See here for complete documentation of the options object.