Converts a RAML to Open API Specification
PM> Install-Package RamlToOpenApiConverter
new RamlConverter()
.ConvertToFile("MediaWiki.raml", "MediaWiki.json", OpenApiSpecVersion.OpenApi3_0, OpenApiFormat.Json);
- ...
This project uses the following tools:
- SharpYaml --> to read the RAML (as YAML)
- YamlDotNet --> to read the RAML (as YAML or JSON)
- Microsoft.OpenApi --> to process the Open API Model and convert the model to the output file